mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 14:59:26 +01:00
Remove tab backgrounds
This commit is contained in:
parent
07555e0d0a
commit
f929ac052e
@ -5,8 +5,6 @@
|
|||||||
--headerbg: #bf360c;
|
--headerbg: #bf360c;
|
||||||
--headertext: white;
|
--headertext: white;
|
||||||
--headerfaded: #ecc3b7;
|
--headerfaded: #ecc3b7;
|
||||||
--tabbg: #5a5a5a;
|
|
||||||
--tabtext: #f2f0ea;
|
|
||||||
--linkbg: #e2dfd7;
|
--linkbg: #e2dfd7;
|
||||||
--linktext: #979692;
|
--linktext: #979692;
|
||||||
--shadow: #9e9e9e;
|
--shadow: #9e9e9e;
|
||||||
@ -51,9 +49,13 @@ body.sepia header {
|
|||||||
body.sepia header a {
|
body.sepia header a {
|
||||||
color: var(--headertext);
|
color: var(--headertext);
|
||||||
}
|
}
|
||||||
body.sepia header .tabmenu li:not(.active) a {
|
body.sepia header .tabmenu li a {
|
||||||
background: var(--tabbg);
|
background: none;
|
||||||
color: var(--tabtext);
|
color: var(--headerfaded);
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
body.sepia header .tabmenu li.active a {
|
||||||
|
color: var(--headertext);
|
||||||
}
|
}
|
||||||
body.sepia #links {
|
body.sepia #links {
|
||||||
margin: 4px 16px; /* Only when width has certain minimum */
|
margin: 4px 16px; /* Only when width has certain minimum */
|
||||||
|
Loading…
Reference in New Issue
Block a user