Re-theme Sovran Hub UI to deep green palette matching new icon

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/7aff0b39-5cd6-4008-b1d0-1519a7c0793d

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-09 19:36:10 +00:00
committed by GitHub
parent 7fdee314c8
commit 7f135da474
10 changed files with 68 additions and 68 deletions

View File

@@ -22,17 +22,17 @@ button:disabled {
.btn-primary {
background-color: var(--accent-color);
color: #1e1e2e;
color: #0A1A10;
}
.btn-primary:hover:not(:disabled) {
opacity: 0.88;
}
/* Update System button: BLUE by default */
/* Update System button: uses accent green by default */
.btn-update {
background-color: #89b4fa;
color: #1e1e2e;
background-color: #1AA45D;
color: #E8FFF4;
position: relative;
display: flex;
align-items: center;
@@ -43,14 +43,14 @@ button:disabled {
opacity: 0.88;
}
/* Update System button: GREEN when updates are available */
/* Update System button: brighter green when updates are available */
.btn-update.has-updates {
background-color: #2ec27e;
color: #fff;
background-color: #28D978;
color: #0A1A10;
}
.btn-update.has-updates:hover:not(:disabled) {
background-color: #27ae6e;
background-color: #42F39A;
}
.update-badge {