New backup 2025-07-01 09:30:07

This commit is contained in:
Penelope Gwen 2025-07-01 09:30:07 -07:00
parent 5facb22896
commit c2c9de3fd7

View file

@ -1,26 +1,30 @@
* { * {
font-family: FontAwesome, Overpass; font-family: FontAwesome, Overpass;
letter-spacing: 1px; letter-spacing: 1px;
/* --wofi-background-color: --wofi-rgb-color0;
--wofi-transparent-color: rgba(--wofi-gba-color0, 0);
--wofi-primary-color: --wofi-rgb-color5;*/
} }
:root { @define-color foreground-color rgba(--wofi-rgb-color5,1);
--wofi-background-color: --wofi-rgb-color0; @define-color background-color rgba(--wofi-rgb-color0,1);
--wofi-transparent-color: rgba(--wofi-rgb-color0,0); @define-color transparent-color rgba(--wofi-rgb-color0,0);
--wofi-primary-color: --wofi-rgb-color5;
}
window { window {
border: 5px solid --wofi-color1; border: 5px solid rgba(--wofi-rgb-color1,1);
background-color: rgba(--wofi-rgb-color0,0); background-color: rgba(--wofi-rgb-color0, 0);
border-radius:10px; border-radius:10px;
/* opacity:0.25;*/ /* opacity:0.25;*/
} }
#input { #input {
margin: 15px 15px 0px 15px; margin: 15px 15px 0px 15px;
border: 3px solid rgba(--wofi-primary-color,0); border: 0px solid @transparent-color;
background-color: --wofi-transparent-color; background-color: @transparent-color;
color: @foreground-color;
border-radius:10px; border-radius:10px;
outline: none;
} }
#inner-box { #inner-box {
@ -38,7 +42,7 @@ window {
} }
#scroll { #scroll {
background-color: transparent; background-color: @transparent-color;
} }
#text { #text {