mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
28 lines
338 B
CSS
28 lines
338 B
CSS
|
* {
|
||
|
color: #839496;
|
||
|
font-family: monospace;
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|
||
|
html, body {
|
||
|
margin: 0px;
|
||
|
border: 1px solid #928374;
|
||
|
background-color: #002b36;
|
||
|
}
|
||
|
|
||
|
.navbar {
|
||
|
margin: 2px;
|
||
|
}
|
||
|
|
||
|
#search {
|
||
|
border: none;
|
||
|
color: #839496;
|
||
|
background-color: #073642;
|
||
|
padding: 5px;
|
||
|
width: -webkit-fill-available;
|
||
|
}
|
||
|
|
||
|
.selected {
|
||
|
background-color: #073642;
|
||
|
}
|