style: soften green accent colors across hub CSS files

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8c50fde4-c2f8-49f8-953b-1a9e066041e5

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-09 22:15:27 +00:00
committed by GitHub
parent df353d1318
commit db093a04ad
5 changed files with 19 additions and 19 deletions

View File

@@ -31,8 +31,8 @@ button:disabled {
/* Update System button: uses accent green by default */
.btn-update {
background-color: #1AA45D;
color: #E8FFF4;
background-color: #4A9474;
color: #E0F2EA;
position: relative;
display: flex;
align-items: center;
@@ -45,12 +45,12 @@ button:disabled {
/* Update System button: brighter green when updates are available */
.btn-update.has-updates {
background-color: #28D978;
background-color: #5EAD8A;
color: #0A1A10;
}
.btn-update.has-updates:hover:not(:disabled) {
background-color: #42F39A;
background-color: #78C8A2;
}
.update-badge {