mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
40 lines
442 B
CSS
40 lines
442 B
CSS
window {
|
|
margin: 0px;
|
|
border: 1px solid #88c0d0;
|
|
background-color: #2e3440;
|
|
}
|
|
|
|
#input {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #d8dee9;
|
|
background-color: #3b4252;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
border: none;
|
|
background-color: #2e3440;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
border: none;
|
|
background-color: #2e3440;
|
|
}
|
|
|
|
#scroll {
|
|
margin: 0px;
|
|
border: none;
|
|
}
|
|
|
|
#text {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #d8dee9;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: #3b4252;
|
|
}
|