New backup 2025-02-27 11:45:02

This commit is contained in:
Penelope Gwen 2025-02-27 11:45:02 -08:00
parent 6d785d4214
commit d058625a00

View file

@ -4,10 +4,10 @@
} }
window { window {
border: 3px solid --wofi-color1; border: 5px solid --wofi-color1;
background-color: --wofi-color0; background-color: rgba(--wofi-rgb-color0,0.5);
border-radius:10px; border-radius:10px;
opacity:0.85; /* opacity:0.25;*/
} }
#input { #input {
@ -19,13 +19,16 @@ window {
#inner-box { #inner-box {
margin: 5px; margin: 5px;
border: 0px solid rgba(--wofi-rgb-color0,0);
background-color: transparent; background-color: transparent;
border-radius:10px;
} }
#outer-box { #outer-box {
margin: 5px; margin: 5px;
border: 3px solid --wofi-color0; border: 0px solid rgba(--wofi-rgb-color0,0);
background-color: --wofi-color0; background-color: rgba(--wofi-rgb-color0,0.5);
border-radius:6px;
} }
#scroll { #scroll {