mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: tweak styles
This commit is contained in:
@@ -38,7 +38,7 @@ html.bewly-design,
|
||||
|
||||
.dark.bewly-design body,
|
||||
html.dark.bewly-design {
|
||||
background-color: var(--bew-bg);
|
||||
background-color: var(--bew-bg) !important;
|
||||
}
|
||||
|
||||
.bewly-design *::selection,
|
||||
|
||||
@@ -334,7 +334,7 @@
|
||||
--bg1_float: var(--bew-elevated-solid);
|
||||
--bg2_float: var(--bew-elevated-solid);
|
||||
// --graph_white: var(--bew-bg);
|
||||
--graph_bg_thin: var(--bew-bg);
|
||||
--graph_bg_thin: color-mix(in oklab, var(--bew-content-solid), black 10%);
|
||||
--graph_bg_regular: var(--bew-content-solid);
|
||||
--graph_bg_thick: color-mix(in oklab, var(--bew-content-solid), white 10%);
|
||||
--graph_weak: color-mix(in oklab, var(--bew-content-solid), white 20%);
|
||||
|
||||
Reference in New Issue
Block a user