mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
23 lines
275 B
CSS
23 lines
275 B
CSS
|
* {
|
||
|
font-family: "Hack", monospace;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
background-color: #3B4252;
|
||
|
}
|
||
|
|
||
|
#search {
|
||
|
border: none;
|
||
|
border-radius: 0px;
|
||
|
background-color: #3B4252;
|
||
|
}
|
||
|
|
||
|
.result-entry:nth-child(odd){
|
||
|
background-color: #404552;
|
||
|
}
|
||
|
|
||
|
.selected {
|
||
|
background-color: #4C566A;
|
||
|
}
|