New backup 2025-07-01 09:15:06
This commit is contained in:
parent
ee325abc81
commit
5facb22896
1 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,12 @@
|
||||||
letter-spacing: 1px;
|
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 {
|
window {
|
||||||
border: 5px solid --wofi-color1;
|
border: 5px solid --wofi-color1;
|
||||||
background-color: rgba(--wofi-rgb-color0,0);
|
background-color: rgba(--wofi-rgb-color0,0);
|
||||||
|
@ -12,8 +18,8 @@ window {
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
margin: 15px 15px 0px 15px;
|
margin: 15px 15px 0px 15px;
|
||||||
border: 3px solid --wofi-color1;
|
border: 3px solid rgba(--wofi-primary-color,0);
|
||||||
background-color: --wofi-color9;
|
background-color: --wofi-transparent-color;
|
||||||
border-radius:10px;
|
border-radius:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue