mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-10 05:03:35 +01:00
Dark Style Menu (Orange)
This commit is contained in:
parent
e9da825eab
commit
ffd331e8c7
@ -57,6 +57,8 @@
|
|||||||
--block-bg-color-secondary: #c0c0c0;
|
--block-bg-color-secondary: #c0c0c0;
|
||||||
--block-bg-color-heading: #a5a5a5;
|
--block-bg-color-heading: #a5a5a5;
|
||||||
--table-color: #cecece;
|
--table-color: #cecece;
|
||||||
|
--head-nav-bg-color: #transparent;
|
||||||
|
--head-nav-text-color: #d56f2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -80,3 +82,12 @@ a {
|
|||||||
.price-table{
|
.price-table{
|
||||||
color: var(--table-color);
|
color: var(--table-color);
|
||||||
}
|
}
|
||||||
|
#weekly .revuo-classes a.wk {
|
||||||
|
background-color: var(--head-nav-bg-color);
|
||||||
|
color: var(--head-nav-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
#periodical .revuo-classes a.pd, #wrap.periodical .revuo-classes a.pd:active, #wrap.periodical .revuo-classes a.pd:focus {
|
||||||
|
background-color: var(--head-nav-bg-color);
|
||||||
|
color: var(--head-nav-text-color);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user