Dark theme tweak
This commit is contained in:
parent
fcd2cbd615
commit
4b582b2141
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
/* glassy background for fixed nav bar when you scroll other elements under it */
|
/* glassy background for fixed nav bar when you scroll other elements under it */
|
||||||
nav.navbar {
|
nav.navbar {
|
||||||
background-color: rgba(0, 0, 0, .75) !important;
|
background-color: rgba(20, 22, 26, .75) !important;
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
/* Custom nonshy color overrides for Bulma's dark theme
|
/* Custom nonshy color overrides for Bulma's dark theme
|
||||||
(prefers-dark edition) */
|
(prefers-dark edition) */
|
||||||
@import url("dark-theme.css?nocache=1") screen and (prefers-color-scheme: dark);
|
@import url("dark-theme.css?nocache=2") screen and (prefers-color-scheme: dark);
|
Loading…
Reference in New Issue
Block a user