forked from mirrors/rmenu
feat: updated dark theme
This commit is contained in:
parent
b60360f074
commit
ad460bd8c2
1 changed files with 8 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue