mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
ToC button fix
This commit is contained in:
parent
0d75b7b39d
commit
b9eda72596
|
@ -161,12 +161,21 @@
|
|||
|
||||
@media only screen and (max-width: 1450px) and (prefers-color-scheme: dark) {
|
||||
|
||||
.mw-body-content #mw-content-text .mw-parser-output #toc .toctoggle a {
|
||||
background-color: @dark-bg-50;
|
||||
.mw-body-content #mw-content-text .mw-parser-output #toc {
|
||||
|
||||
.toctoggle a {
|
||||
background-color: @dark-bg-50;
|
||||
|
||||
&:before {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: @accent-10;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.mw-body-content #mw-content-text .mw-parser-output #toc .toctoggle a:before {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue