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