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