mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
feat: updated dark theme
This commit is contained in:
parent
b60360f074
commit
ad460bd8c2
@ -9,13 +9,19 @@ html {
|
|||||||
|
|
||||||
#search {
|
#search {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
|
||||||
border-bottom: 3px solid black;
|
|
||||||
background-color: #383C4A;
|
background-color: #383C4A;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar:after {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
border-bottom: 1px solid black;
|
||||||
|
width: 99%;
|
||||||
|
}
|
||||||
|
|
||||||
.result-entry:nth-child(odd){
|
.result-entry:nth-child(odd){
|
||||||
background-color: #404552;
|
background-color: #404552;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user