Remove tab backgrounds

This commit is contained in:
ltGuillaume 2021-01-19 22:19:02 +01:00
parent 07555e0d0a
commit f929ac052e

View File

@ -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 */