This commit is contained in:
Derek Taylor
2025-12-03 11:18:49 -06:00
parent 1764608c79
commit 777960ac7b
758 changed files with 6 additions and 37421 deletions

View File

@@ -1,39 +0,0 @@
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;
}