2020-07-14 13:36:35 +00:00
|
|
|
window {
|
|
|
|
margin: 0px;
|
|
|
|
border: 1px solid #666;
|
|
|
|
background-color: #222;
|
|
|
|
color: white;
|
2020-07-15 09:37:21 +00:00
|
|
|
font-family: "Fira Mono";
|
2020-07-14 13:36:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#input {
|
|
|
|
padding: 5px;
|
|
|
|
border: none;
|
|
|
|
background-color: #333;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inner-box, #input, #outer-box, #text {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#scroll {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#entry:selected {
|
|
|
|
background-color: #555;
|
|
|
|
}
|