New backup 2025-08-21 14:30:02

This commit is contained in:
Penelope Gwen 2025-08-21 14:30:02 -07:00
parent 1941c92079
commit 5415251f57

View file

@ -10,7 +10,8 @@
--foreground-color: rgba(from var(--color13) r g b / 0.5); --foreground-color: rgba(from var(--color13) r g b / 0.5);
--foreground-shadow-color: rgba(from var(--color0) r g b / 1); --foreground-shadow-color: rgba(from var(--color0) r g b / 1);
--active-foreground-color: rgba(from var(--color13) 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.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-color: rgba(from var(--color5) r g b / 0.15);
--button-background-active-color: rgba(from var(--color5) r g b / 0.5); --button-background-active-color: rgba(from var(--color5) r g b / 0.5);
} }
@ -40,7 +41,8 @@ window {
#outer-box { #outer-box {
margin: 2px; margin: 2px;
border: 0px solid transparent; border: 0px solid transparent;
background-color: var(--window-background-color); background-color: rgba(from var(--color0) r g b / 0.3);
/* background-color: var(--window-background-color);*/
border-radius:6px; border-radius:6px;
} }
@ -69,7 +71,7 @@ window {
background-color: var(--button-background-active-color); background-color: var(--button-background-active-color);
outline: none; outline: none;
} }
#entry:hover { #entry not(#text):hover {
background-color: var(--button-background-active-color); background-color: var(--button-background-active-color);
outline: none; outline: none;
} }