mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-26 13:03:33 +01:00
commit
ee67788171
@ -49,6 +49,7 @@
|
|||||||
--table-color: #cecece;
|
--table-color: #cecece;
|
||||||
--head-nav-bg-color: transparent;
|
--head-nav-bg-color: transparent;
|
||||||
--head-nav-text-color: #d56f2a;
|
--head-nav-text-color: #d56f2a;
|
||||||
|
--menu-color: #e1e1e1;
|
||||||
}
|
}
|
||||||
// Was entered incorrectly.. Dark = Light
|
// Was entered incorrectly.. Dark = Light
|
||||||
[data-theme="dark"] {
|
[data-theme="dark"] {
|
||||||
@ -63,6 +64,7 @@
|
|||||||
--table-color: #000000;
|
--table-color: #000000;
|
||||||
--head-nav-bg-color: transparent;
|
--head-nav-bg-color: transparent;
|
||||||
--head-nav-text-color: #d56f2a;
|
--head-nav-text-color: #d56f2a;
|
||||||
|
--menu-color: #202225;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -97,5 +99,11 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
time.by-line{
|
time.by-line{
|
||||||
color: var(--table-color);
|
color: var(--table-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu,
|
||||||
|
#menu::after,
|
||||||
|
#menu::before{
|
||||||
|
background-color: var(--menu-color);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user