Skip to content

Commit d096a8a

Browse files
authored
Merge pull request #41 from aaronpowell/feature/light-mode-card-contrast
Fix light mode card contrast
2 parents 884ec9e + d5d8480 commit d096a8a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/themes/aaronpowell/assets/sass/main.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@
3535
}
3636
}
3737

38-
:root {
39-
color-scheme: dark;
40-
--surface: rgba(15, 23, 42, 0.85);
41-
--surface-solid: #16213f;
42-
--border-subtle: rgba(255, 255, 255, 0.08);
43-
--shadow-soft: 0 25px 55px -25px rgba(15, 23, 42, 0.65);
44-
--shadow-sharp: 0 25px 45px -15px rgba(15, 23, 42, 0.8);
45-
--accent: #38bdf8;
46-
--accent-strong: #0ea5e9;
47-
}
48-
4938
*,
5039
*::before,
5140
*::after {

0 commit comments

Comments
 (0)