rmenu/themes/dark.css

32 lines
402 B
CSS
Raw Normal View History

* {
font-family: monospace;
color: white;
}
html {
background-color: #383C4A;
}
#search {
border: none;
background-color: #383C4A;
margin-bottom: 5px;
padding-bottom: 0px;
}
2023-08-09 20:40:16 +02:00
.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;
}