New backup 2024-04-25 15:45:02

This commit is contained in:
Penelope Gwen 2024-04-25 15:45:02 -06:00
parent febd3fe1cc
commit d9cefe58a3

View file

@ -2,10 +2,10 @@
* { * {
font-family: FontAwesome, Overpass; font-family: FontAwesome, Overpass;
letter-spacing: 1px;
} }
window { window {
/* margin: 5px;*/
border: 3px solid --wofi-color1; border: 3px solid --wofi-color1;
background-color: --wofi-color0; background-color: --wofi-color0;
border-radius:10px; border-radius:10px;
@ -21,7 +21,6 @@ window {
#inner-box { #inner-box {
margin: 5px; margin: 5px;
/* border: 2px solid --wofi-color1;*/
background-color: transparent; background-color: transparent;
} }
@ -32,33 +31,25 @@ window {
} }
#scroll { #scroll {
/* margin: 5px;
border: 2px solid --wofi-color1;*/
background-color: transparent; background-color: transparent;
} }
#text { #text {
margin: 5px; margin: 5px;
color: --wofi-color9; color: --wofi-color9;
/* font-weight: bold;
border: 2px solid cyan;
background-color: cyan;*/
} }
#entry{ #entry{
border: 3px solid --wofi-color1; border: 3px solid --wofi-color1;
border-radius: 10px; border-radius: 10px;
background-color: --wofi-color0; background-color: --wofi-color0;
margin:10px 10px margin:10px 10px
} }
#entry:selected { #entry:selected {
border: 3px solid --wofi-color1;
border-radius:10px;
background-color: --wofi-color9; background-color: --wofi-color9;
/* margin:10px 5px;*/
} }
#text:selected { #text:selected {
color:--wofi-color0; color:--wofi-color0;
/* background-color: --wofi-color1;*/
} }