Added tipue_search styles for dark mode
This commit is contained in:
parent
b4ee01e251
commit
e854dcf9bb
1 changed files with 15 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue