1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-13 05:50:27 +00:00

Do not use color to differentiate active hypha tab, properly

This commit is contained in:
Timur Ismagilov 2021-07-15 21:33:38 +05:00
parent e55c5cdd1f
commit 362c607da5

View File

@ -280,7 +280,8 @@ table { border: 0; background-color: #444444; color: #ddd; }
.transclusion .codeblock { background-color: #454545; }
mark { background: rgba(130, 80, 30, 5); color: inherit; }
@media screen and (max-width: 800px) {
.hypha-tabs { background-color: #232323; }
.hypha-tabs a,
.hypha-tabs { background-color: #343434; }
}
}