This commit is contained in:
fwastring 2025-10-17 14:22:14 +02:00
parent 51de7ef3a2
commit 0c9d0a1ce2
5 changed files with 67 additions and 6 deletions

View file

@ -139,6 +139,14 @@ button:active {
letter-spacing: 0.2px;
}
/* -------- Network -------- */
#network {
background: @green;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
}
/* -------- Helpers -------- */
@keyframes blink {
to { background-color: @peach; color: @base; }