New backup 2025-08-22 20:00:02

This commit is contained in:
Penelope Gwen 2025-08-22 20:00:02 -07:00
parent e877470bc6
commit bdb70a49db

View file

@ -10,7 +10,6 @@
--foreground-color: rgba(from var(--color13) r g b / 0.5);
--foreground-shadow-color: rgba(from var(--color0) r g b / 1);
--active-foreground-color: rgba(from var(--color13) r g b / 1);
/* --window-background-color: rgba(from var(--color0) r g b / 0.6);*/
--window-background-color: rgba(from var(--color0) r g b / 0.01);
--button-background-color: rgba(from var(--color5) r g b / 0.15);
--button-background-active-color: rgba(from var(--color5) r g b / 0.5);
@ -42,7 +41,6 @@ window {
margin: 2px;
border: 0px solid transparent;
background-color: rgba(from var(--color0) r g b / 0.3);
/* background-color: var(--window-background-color);*/
border-radius:6px;
}
@ -61,11 +59,11 @@ window {
background-color: var(--button-background-active-color);
outline: none;
}
/*#entry:hover {
#entry:hover {
border: 3px solid green;
background-color: var(--button-background-active-color);
outline: none;
}*/
}
#text {
background-color: transparent;