some visual changes

This commit is contained in:
pika 2024-10-22 08:17:21 +02:00
parent 4df5900d2b
commit 142891f81c

View file

@ -58,12 +58,24 @@ menu {
border-radius: 16px; border-radius: 16px;
} }
// .tray-text {
// border: solid 2px $green 4px;
// }
.time-text { .time-text {
font-size: $textsize; font-size: $textsize;
// color: $purple;
border: solid $red 2px;
border-radius: 2rem;
padding: 0px 6px;
margin: 0 0 0 6px;
} }
.title-text { .title-text {
font-size: $textsize; font-size: $textsize;
// color: $cyan;
// border: solid white 2px;
// padding-right: 2px;
} }
.reboot-button { .reboot-button {
@ -93,12 +105,6 @@ menu {
color: $red; color: $red;
} }
.power-box {
}
.power-box-expand {
}
.system-confirm { .system-confirm {
color: $green; color: $green;
} }