Changed colors to the shared colors

This commit is contained in:
Pontoporeia
2026-04-02 17:42:07 +02:00
parent 758bdce669
commit 7e0ac45a65
5 changed files with 216 additions and 386 deletions

View File

@@ -62,7 +62,7 @@
margin-top: .25rem;
font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
}
.status-ok { color: var(--success); font-weight: 600; font-size: .85rem; }
.status-ok { color: var(--accent-green); font-weight: 600; font-size: .85rem; }
.status-warn { color: var(--warning); font-weight: 600; font-size: .85rem; }
.status-err { color: var(--error); font-weight: 600; font-size: .85rem; }
.status-unknown { color: var(--text-tertiary); font-weight: 600; font-size: .85rem; }
@@ -245,8 +245,8 @@
border-color: var(--accent-primary);
}
.log-copy-btn.copied {
color: #4caf50;
border-color: #4caf50;
color: var(--accent-green);
border-color: var(--accent-green);
}
.sys-refresh-note {