MediaWiki:Theme-dark.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with "→Icons: .oo-ui-iconElement-icon { filter: invert(100%); } .oo-ui-icon-syntax-highlight { filter: unset; }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* |
/* search */ |
||
div#simpleSearch { |
|||
.oo-ui-iconElement-icon { |
|||
background: var(--theme-background-color-alt); |
|||
filter: invert(100%); |
|||
border: 1px solid var(--theme-border-color); |
|||
} |
} |
||
. |
.suggestions-result .highlight { |
||
color: orange; |
|||
font-weight: 400; |
|||
} |
} |