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 {