refactor define css var

This commit is contained in:
pa
2026-03-08 19:24:35 +09:00
parent f9ab04ed17
commit 08033e99b6
17 changed files with 257 additions and 91 deletions

View File

@@ -593,11 +593,11 @@
}
.dot-green {
background: #67c23a;
background: var(--status-online);
}
.dot-gray {
background: #808080;
background: var(--status-offline-alt);
}
.status-label {