mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
Changed colors to the shared colors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user