Home Gen171 @ 2024-04-28-23:33

This commit is contained in:
Jonas Röger 2024-04-28 23:33:40 +02:00
parent 3bab79fc8b
commit 694ffe1ae5

View File

@ -14,7 +14,7 @@
window {
/* background-color: #3B425299; */
border-radius: 15px;
border-color: rgba(33ccffee);
border-color: #33ccff;
border-width: 2px;
border-style: solid;
background-color: rgba(0.23, 0.26, 0.32, 0.6);
@ -23,7 +23,7 @@
#input {
margin: 5px;
border-radius: 15px;
border-color: rgba(33ccffee);
border-color: #33ccff;
border-width: 2px;
border-style: solid;
background-color: transparent;
@ -58,7 +58,7 @@
#entry:selected {
border-radius: 15px;
border-color: rgba(33ccffee);
border-color: #33ccff;
border-width: 2px;
border-style: solid;
background: transparent;
@ -70,7 +70,7 @@
}
#expander-box {
border-radius: 15px;
border-color: rgba(33ccffee);
border-color: #33ccff;
border-width: 2px;
border-style: solid;
background: transparent;