New backup 2025-07-01 09:15:06

This commit is contained in:
Penelope Gwen 2025-07-01 09:15:06 -07:00
parent ee325abc81
commit 5facb22896

View file

@ -3,6 +3,12 @@
letter-spacing: 1px;
}
:root {
--wofi-background-color: --wofi-rgb-color0;
--wofi-transparent-color: rgba(--wofi-rgb-color0,0);
--wofi-primary-color: --wofi-rgb-color5;
}
window {
border: 5px solid --wofi-color1;
background-color: rgba(--wofi-rgb-color0,0);
@ -12,8 +18,8 @@ window {
#input {
margin: 15px 15px 0px 15px;
border: 3px solid --wofi-color1;
background-color: --wofi-color9;
border: 3px solid rgba(--wofi-primary-color,0);
background-color: --wofi-transparent-color;
border-radius:10px;
}