From 2feddf77691ab6f07784fc64daaec7b69c98f832 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 2 Dec 2019 23:13:43 -0500 Subject: [PATCH] search result dark mode --- resources/components/darkmode.less | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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; }