mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
38 lines
451 B
CSS
38 lines
451 B
CSS
window {
|
|
margin: 0px;
|
|
background-color: #15161e;
|
|
}
|
|
|
|
#input {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #f8f8f2;
|
|
background-color: #15161e;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
border: none;
|
|
background-color: #1a1b26;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
border: none;
|
|
background-color: #1a1b26;
|
|
}
|
|
|
|
#scroll {
|
|
margin: 0px;
|
|
border: none;
|
|
}
|
|
|
|
#text {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #c0caf5;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: #15161e;
|
|
}
|