Skip to content

Commit 21ae1a5

Browse files
committed
Change base.css to use zinc-950 for dark color-bg
1 parent 0dfb129 commit 21ae1a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## [Unreleased]
2+
- Change base.css to use zinc-950 for dark color-bg
23

34
## [1.0.3] - 2025-01-24
45
- Fix css:install not adding javascript_importmap_tags

lib/generators/css_zero/install/templates/app/assets/stylesheets/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
@media (prefers-color-scheme: dark) {
2828
/* Abstractions */
29-
--color-bg: black;
29+
--color-bg: var(--zinc-950);
3030
--color-text: white;
3131
--color-text-reversed: black;
3232
--color-text-subtle: var(--zinc-400);

0 commit comments

Comments
 (0)