mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
32 lines
402 B
CSS
32 lines
402 B
CSS
* {
|
|
font-family: monospace;
|
|
color: white;
|
|
}
|
|
|
|
html {
|
|
background-color: #383C4A;
|
|
}
|
|
|
|
#search {
|
|
border: none;
|
|
background-color: #383C4A;
|
|
margin-bottom: 5px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
.navbar:after {
|
|
content: "";
|
|
display: block;
|
|
margin: 0 auto;
|
|
border-bottom: 1px solid black;
|
|
width: 99%;
|
|
}
|
|
|
|
.result-entry:nth-child(odd){
|
|
background-color: #404552;
|
|
}
|
|
|
|
.selected {
|
|
background-color: #5291e2;
|
|
}
|