From 5ba62cbf3f6d660192af3bcc65b08c0a3feb32cb Mon Sep 17 00:00:00 2001 From: Vrifox Date: Wed, 14 Oct 2020 18:30:13 +0200 Subject: [PATCH] fixes #16 --- scss/import/blog.scss | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/scss/import/blog.scss b/scss/import/blog.scss index 9ccf0b9..f551cef 100644 --- a/scss/import/blog.scss +++ b/scss/import/blog.scss @@ -412,7 +412,25 @@ body.error404 { } // -// Lightbox Plugin +// search results (e.g. https://blog.natenom.com/?s=search) +// + +body.search-results { + main { + header.archive-header { + .archive-header-inner { + h1.archive-title { + .color-accent { + color: rgb(255, 255, 255); + } + } + } + } + } +} + +// +// lightbox plugin // #slb_viewer_wrap {