Fix remove image for langswitcher

This commit is contained in:
RealStickman 2022-11-19 19:57:05 +01:00
parent d8875fe435
commit 4ea31f1773
3 changed files with 6 additions and 4 deletions

View File

@ -968,7 +968,7 @@ thead {
.highlightable {
overflow: auto; }
.langswitcher a {
.langswitcher li a {
background: none; }
/*# sourceMappingURL=theme.css.map */

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,7 @@
.langswitcher {
a {
background: none
li {
a {
background: none
}
}
}