fixes #16
This commit is contained in:
parent
e5e4f45340
commit
5ba62cbf3f
1 changed files with 19 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue