window {
|
|
margin: 0px;
|
|
border: 1px solid #5ea1ff;
|
|
background-color: #16181a;
|
|
}
|
|
|
|
#input {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #fff;
|
|
background-color: #16181a;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
border: none;
|
|
background-color: #16181a;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
border: none;
|
|
background-color: #16181a;
|
|
}
|
|
|
|
#scroll {
|
|
margin: 0px;
|
|
border: none;
|
|
}
|
|
|
|
#text {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #5ea1ff;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: #3c4048;
|
|
}
|