This commit is contained in:
2026-06-08 02:40:00 -05:00
commit 601c0b5cc5
19 changed files with 1038 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
* {
all: unset;
font-family: monospace;
font-size: 13px;
}
window {
background-color: #000000;
}
#input, #entry {
background-color: #000000;
color: #ffffff;
}
#entry:selected {
background-color: #ffffff;
color: #000000;
}