Green update indicator, fixed-width tile grid for fullscreen

This commit is contained in:
2026-03-31 20:00:46 -05:00
parent 209ad0010e
commit 95ce30a209
2 changed files with 26 additions and 15 deletions

View File

@@ -18,10 +18,17 @@
font-size: 0.75em;
}
.update-badge {
color: #e01b24;
color: #2ec27e;
font-size: 1.2em;
font-weight: bold;
}
.update-available {
background: #2ec27e;
color: white;
}
.update-available:hover {
background: #26a269;
}
.ip-bar {
padding: 8px 16px;
border-radius: 8px;
@@ -31,4 +38,8 @@
font-family: monospace;
font-weight: bold;
color: @accent_color;
}
.tiles-container {
margin-left: auto;
margin-right: auto;
}