Skip to content

Commit 7d36049

Browse files
committed
refactor(global.css): fix dark mode brutalist border width
1 parent 010e720 commit 7d36049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/website/src/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191

9292
.dark.brutalist.brutalist {
93-
--border-width: 3px;
93+
--border-width: 2px;
9494
--shadow-base: 0px 0px 0px 0 rgba(0, 0, 0, 1);
9595
--shadow-sm: 4px 4px 0px 0 rgba(0, 0, 0, 1);
9696
--shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);

packages/kit-styled/src/templates/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191

9292
.dark.brutalist.brutalist {
93-
--border-width: 3px;
93+
--border-width: 2px;
9494
--shadow-base: 0px 0px 0px 0 rgba(0, 0, 0, 1);
9595
--shadow-sm: 4px 4px 0px 0 rgba(0, 0, 0, 1);
9696
--shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);

0 commit comments

Comments
 (0)