33 lines
398 B
CSS
33 lines
398 B
CSS
|
window {
|
||
|
margin: 5px;
|
||
|
background-color: #2a2a2a;
|
||
|
}
|
||
|
#scroll {
|
||
|
margin: 5px;
|
||
|
}
|
||
|
|
||
|
#outer-box {
|
||
|
border: 2px solid #93a1a1;
|
||
|
}
|
||
|
|
||
|
#text {
|
||
|
/* color: #f1f1f1; */
|
||
|
font-family: 'FiraCode';
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
#entry {
|
||
|
background-color: #2a2a2a;
|
||
|
font-family: 'FiraCode';
|
||
|
}
|
||
|
|
||
|
#entry:selected {
|
||
|
background-color: #5a5a5a;
|
||
|
border: 0px;
|
||
|
}
|
||
|
|
||
|
#input {
|
||
|
background-color: #2a2a2a;
|
||
|
font-family: 'FiraCode';
|
||
|
}
|