Skip to content

Commit 3a7fdce

Browse files
authored
Set card variables (#434)
1 parent 9bc3e80 commit 3a7fdce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/frontend/main.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@
163163
/* Auto complete */
164164
--auto-complete-bg-color--prehighlight: var(--accent-color);
165165

166+
/* Card */
167+
--card-background: hsla(240, 25%, 75%, 0.04);
168+
--card-background--hover: hsla(240, 25%, 75%, 0.06);
169+
--card-background--active: hsla(240, 25%, 75%, 0.08);
170+
--card-border-color: hsla(240, 25%, 75%, 0.02);
171+
--card-border-color--hover: var(--card-border-color);
172+
--card-border-color--active: var(--card-border-color);
173+
166174
body {
167175
// Render native browser elements in dark mode
168176
color-scheme: dark;

0 commit comments

Comments
 (0)