1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-14 18:37:18 +02:00
parent 5ba62cbf3f
commit 0d1e0eff4c

View file

@ -429,6 +429,47 @@ body.search-results {
}
}
//
// search no-results (e.g. https://blog.natenom.com/?s=searchdddddd)
//
body.search-no-results {
main {
header.archive-header {
.archive-header-inner {
h1.archive-title {
.color-accent {
color: rgb(255, 255, 255);
}
}
}
}
.no-search-results-form {
form.search-form {
label {
input.search-field {
background: rgb(37, 45, 57);
border: 0;
color: rgb(255, 255, 255);
}
}
input.search-submit {
background: $nom-blue;
color: rgb(245, 245, 255);
font-weight: initial;
margin-left: 0;
text-transform: none;
transition: background .2s;
&:hover {
background: $nom-blue-dark;
text-decoration: none;
}
}
}
}
}
}
//
// lightbox plugin
//