Disable link image for langswitcher

This commit is contained in:
RealStickman 2022-11-19 19:55:17 +01:00
parent bbe73584c4
commit d8875fe435
4 changed files with 13 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@ -29,3 +29,6 @@
// Scrollbar
@import "theme/scrollbar";
// LangSwitcher
@import "theme/langswitcher";

View File

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