blob: f8ae0512ef4c29ca5a0f774a9d09c7116e51265a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
window {
font-size: 15px;
font-family:"EnvyCodeR Nerd Font Mono";
background-color: rgba(22, 22, 22, 0.98);
color: #ffffff;
}
#entry:selected {
background-color: rgb(34,34,34)
}
#input {
background-color: rgba(22, 22, 22, 0.98);
color: #ffffff;
}
#input:focus {
border: 1px solid #ffffff;
}
|