New backup 2025-08-22 20:00:02
This commit is contained in:
parent
e877470bc6
commit
bdb70a49db
1 changed files with 2 additions and 4 deletions
|
@ -10,7 +10,6 @@
|
||||||
--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.01);
|
--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);
|
||||||
|
@ -42,7 +41,6 @@ window {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border: 0px solid transparent;
|
border: 0px solid transparent;
|
||||||
background-color: rgba(from var(--color0) r g b / 0.3);
|
background-color: rgba(from var(--color0) r g b / 0.3);
|
||||||
/* background-color: var(--window-background-color);*/
|
|
||||||
border-radius:6px;
|
border-radius:6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,11 +59,11 @@ window {
|
||||||
background-color: var(--button-background-active-color);
|
background-color: var(--button-background-active-color);
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
/*#entry:hover {
|
#entry:hover {
|
||||||
border: 3px solid green;
|
border: 3px solid green;
|
||||||
background-color: var(--button-background-active-color);
|
background-color: var(--button-background-active-color);
|
||||||
outline: none;
|
outline: none;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
#text {
|
#text {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Add table
Reference in a new issue