grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 966af20865426a8db01c245cd78d2886f25d2aa4
parent 8251a15c0ca1e776ba8fb5a72d930d7c6851f238
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 13 Nov 2018 16:18:27 +0000

search bar activated bg, results and noresult query color

Diffstat:
Mcustom.css | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/custom.css b/custom.css @@ -117,6 +117,7 @@ a:focus { border-color: #222222; background: #222222; } +#head #searchbar div#searchbar-fauxtext input#search-query, #head #searchbar div#searchbar-fauxtext input#search-query.ph { background: #111111; color: #abc0c5; @@ -129,6 +130,14 @@ a:focus { #head #searchbar div#searchbar-fauxtext a#search-submit span { background-position: -431px -25px; } +.results h1 strong { + color: #4f8396; + font-weight: normal; +} +.results p#no-results strong { + color: #8b5c51; + font-weight: normal; +} .page #footer { border-top: none; }