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