39 lines
426 B
CSS
39 lines
426 B
CSS
window {
|
|
font-size: 24px;
|
|
font-family: "JetBrainsMono Nerd Font";
|
|
background: #172c29;
|
|
color: #d3d3c5;
|
|
}
|
|
|
|
#entry:selected {
|
|
background: #0e2020;
|
|
}
|
|
|
|
#text:selected {
|
|
color: #b3aa80;
|
|
}
|
|
|
|
#text {
|
|
margin: 3px;
|
|
border: none;
|
|
}
|
|
#input {
|
|
background: #0e2020;
|
|
color: #d4d4b9;
|
|
padding: 0.3em;
|
|
margin: 0.4em;
|
|
}
|
|
|
|
#outer-box {
|
|
border: solid #274e48 2px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
#inner-box {
|
|
}
|
|
|
|
#scroll {
|
|
}
|
|
|
|
#scroll label {
|
|
}
|