mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
40 lines
443 B
CSS
40 lines
443 B
CSS
window {
|
|
margin: 0px;
|
|
border: 1px solid #bd93f9;
|
|
background-color: #282a36;
|
|
}
|
|
|
|
#input {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #f8f8f2;
|
|
background-color: #44475a;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
border: none;
|
|
background-color: #282a36;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
border: none;
|
|
background-color: #282a36;
|
|
}
|
|
|
|
#scroll {
|
|
margin: 0px;
|
|
border: none;
|
|
}
|
|
|
|
#text {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #f8f8f2;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: #44475a;
|
|
}
|