Skip to content

Commit 734fe45

Browse files
committed
Swap layers 0 and 1 for light theme
1 parent 65cd9a2 commit 734fe45

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

assets/css/tailwind.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,22 @@
8686
}
8787

8888
.light {
89-
--layer-0-bg: 255 255 255;
90-
--layer-0-bg-hover: 244 244 245;
91-
--layer-0-bg-active: 255 255 255;
92-
--layer-0-bg-disabled: 253 253 253;
89+
--layer-0-bg: 244 244 245;
90+
--layer-0-bg-hover: 228 228 231;
91+
--layer-0-bg-active: 228 228 231;
92+
--layer-0-bg-disabled: 242 242 243;
9393
--layer-0-border: var(--layer-0-bg-hover);
9494
--layer-0-text: 24 24 27;
9595
--layer-0-text-hover: 24 24 27;
9696
--layer-0-text-active: 24 24 27;
9797
--layer-0-text-disabled: 113 113 122;
9898
--layer-0-text-muted: 113 113 122;
9999

100-
--layer-1-bg: 244 244 245;
101-
--layer-1-bg-hover: 228 228 231;
102-
--layer-1-bg-active: 228 228 231;
103-
--layer-1-bg-disabled: 242 242 243;
104-
--layer-1-border: var(--layer-1-bg-hover);
100+
--layer-1-bg: 255 255 255;
101+
--layer-1-bg-hover: 244 244 245;
102+
--layer-1-bg-active: 255 255 255;
103+
--layer-1-bg-disabled: 253 253 253;
104+
--layer-1-border: var(--layer-0-bg-hover);
105105
--layer-1-text: 24 24 27;
106106
--layer-1-text-hover: 24 24 27;
107107
--layer-1-text-active: 24 24 27;

0 commit comments

Comments
 (0)