Skip to content

Commit

Permalink
add: make midnight theme match new themes
Browse files Browse the repository at this point in the history
  • Loading branch information
trisuaso committed Nov 9, 2024
1 parent b5e1b7c commit 5aca5b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/rainbeam/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

.dark.midnight,
.dark.midnight * {
--lit: 6% !important;
--color-surface: hsl(0, 0%, 12%);
--color-lowered: hsl(0, 0%, 18%);
--color-raised: hsl(0, 0%, 15%);
Expand Down Expand Up @@ -1820,7 +1821,7 @@ html:not(.legacy) * {
.dark:not(.legacy) * {
--hue: 0;
--sat: 0%;
--lit: 8%;
--lit: 10%;
--color-surface: hsl(var(--hue), var(--sat), calc(0% + var(--lit)));
--color-lowered: hsl(var(--hue), var(--sat), calc(6% + var(--lit)));
--color-raised: hsl(var(--hue), var(--sat), calc(2% + var(--lit)));
Expand Down

0 comments on commit 5aca5b0

Please sign in to comment.