Skip to content

Commit 5efb2ba

Browse files
change brand color to oklch
1 parent 9fd0cd8 commit 5efb2ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/_assets/css/main.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
@plugin "@tailwindcss/typography";
77

88
@theme {
9-
--color-brand: #ff4700;
9+
--color-brand: oklch(0.6618 0.2562 35.78);
1010
--min-h-frame: calc(100vh - var(--spacing) * 16);
1111
}
12-
13-

0 commit comments

Comments
 (0)