New backup 2025-03-18 15:30:02

This commit is contained in:
Penelope Gwen 2025-03-18 15:30:02 -07:00
parent 065315e475
commit 2fcc8b9cf0

View file

@ -159,6 +159,7 @@ tooltip{
.home { .home {
box { box {
border-radius: 8px; border-radius: 8px;
box-shadow: inset 0 0 0px 3px rgba($color1,0.75);
} }
.rat { .rat {
background-size: cover; background-size: cover;
@ -166,10 +167,11 @@ tooltip{
} }
.weather { .weather {
background-color: rgba($color0,0.5); background-color: rgba($color0,0.5);
// border: 3px solid rgba($color0,0.5);
padding: 10px 0px; padding: 10px 0px;
border: 2px solid rgba($color0,0.5);
} }
.shortcuts { .shortcuts {
background-color: rgba($color0,0.5); background-color: rgba($color0,0.5);
// border: 3px solid rgba($color0,0.5);
} }
} }