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:
committed by
GitHub
parent
df353d1318
commit
db093a04ad
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user