Skip to content

Commit 4a20dd0

Browse files
committed
tweak colors and spacing
1 parent 39e7b30 commit 4a20dd0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/pages/developers/learning-tools.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const H1 = ({
7070
}: BaseHTMLAttributes<HTMLHeadingElement>) => (
7171
<h1
7272
className={cn(
73-
"text-text text-center font-mono text-2xl font-semibold uppercase leading-[1.4]",
73+
"my-8 text-center font-mono text-3xl font-semibold uppercase leading-[1.4]",
7474
className
7575
)}
7676
{...props}
@@ -110,7 +110,7 @@ const StackContainer = ({
110110
}: BaseHTMLAttributes<HTMLDivElement>) => (
111111
<div
112112
className={cn(
113-
"sm:rounded-base mx-0 my-8 w-full rounded-none border border-border bg-ednBackground px-8 py-12 sm:mx-8 sm:w-[96%]",
113+
"mx-0 my-8 w-full border bg-background-highlight px-8 py-12 sm:mx-8 sm:w-[96%] sm:rounded",
114114
className
115115
)}
116116
{...props}

tailwind.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ const config = {
145145
},
146146

147147
disabled: "hsla(var(--disabled))",
148-
ednBackground: "var(--edn-background)",
149148

150149
background: {
151150
DEFAULT: "hsla(var(--background))",

0 commit comments

Comments
 (0)