27 lines
405 B
CSS
27 lines
405 B
CSS
|
window {
|
||
|
margin: 5px;
|
||
|
background-color: #002b36;
|
||
|
}
|
||
|
#outer-box {
|
||
|
border: 2px solid #93a1a1;
|
||
|
}
|
||
|
#text {
|
||
|
color: #839496;
|
||
|
font-family: 'Anka/Coder';
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
#entry {
|
||
|
background-color: #002b36;
|
||
|
font-family: 'Anka/Coder';
|
||
|
}
|
||
|
|
||
|
#entry:selected {
|
||
|
background-color: #073642;
|
||
|
border: 0px;
|
||
|
}
|
||
|
|
||
|
#input {
|
||
|
background-color: #002b36;
|
||
|
font-family: 'Anka/Coder';
|
||
|
}
|