mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
refactor define css var
This commit is contained in:
@@ -593,11 +593,11 @@
|
||||
}
|
||||
|
||||
.dot-green {
|
||||
background: #67c23a;
|
||||
background: var(--status-online);
|
||||
}
|
||||
|
||||
.dot-gray {
|
||||
background: #808080;
|
||||
background: var(--status-offline-alt);
|
||||
}
|
||||
|
||||
.status-label {
|
||||
|
||||
Reference in New Issue
Block a user