diff --git a/resources/components/darkmode.less b/resources/components/darkmode.less index 3e397461..5bdcc2e7 100644 --- a/resources/components/darkmode.less +++ b/resources/components/darkmode.less @@ -82,7 +82,8 @@ background: @dark-bg-40; } - #page-tools #p-actions>nav ul { + #page-tools #p-actions>nav ul, + .suggestions-results { background: @dark-bg-50; } @@ -91,6 +92,10 @@ border-color: @dark-bg-50; } + .suggestions .suggestions-special { + background: @dark-bg-60; + } + #site-search #search-icon-container #search-icon { border-color: @base-100; } @@ -114,7 +119,11 @@ color: @dark-text-100; } - table.wikitable { + table.wikitable, + .suggestions a.mw-searchSuggest-link, + .suggestions a.mw-searchSuggest-link:hover, + .suggestions a.mw-searchSuggest-link:active, + .suggestions a.mw-searchSuggest-link:focus { color: @dark-text-90; }