Added tipue_search styles for dark mode

This commit is contained in:
Sumner Evans 2020-04-16 11:24:39 -06:00
parent b4ee01e251
commit e854dcf9bb
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -13,14 +13,18 @@ body {
}
hr {
color: @solid-dark-grey;
background-color: @solid-dark-grey;
color: @solid-dark-grey;
}
aside {
background-color: @sidebar-bg-dark-theme;
color: @sidebar-text-color;
form.navbar-search input#tipue_search_input {
background-color: @very-dark-grey;
color: @light-grey;
}
}
main {
@ -40,11 +44,21 @@ main {
color: @light-grey;
}
blockquote, pre {
border-left: 8px solid #ffffff33;
}
*:not(pre) > code {
background-color: #080808;
border-color: #000;
}
div#tipue_search_content .tipue_search_result {
span.tipue_search_content_bold {
color: white;
}
}
section#isso-thread {
div.textarea,
.auth-section p.input-wrapper input,