New backup 2025-10-09 23:30:02

This commit is contained in:
Penelope Gwen 2025-10-09 23:30:02 -07:00
parent 712e59e8ef
commit d97e42ba61
2 changed files with 5 additions and 1 deletions

View file

@ -157,10 +157,10 @@ revealer.home {
}
.details {
// * { border: 2px solid red; }
color: $home-button-fg-color;
.title {
font-size: 1.1em;
font-weight: bold;
color: $home-button-fg-color;
}
.motd {
color: $home-widget-subtitle-color;

View file

@ -43,6 +43,10 @@
:class 'title'
:text "${server.address}"
)
(label
:xalign 0
:text "${server.status.players.online}/${server.status.players.max}"
)
(label
:class 'motd'
:text "${replace(server.status.motd,'§.','')}"