19 lines
301 B
CSS
19 lines
301 B
CSS
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;
|
|
} |