Align hub CSS with website: Inter font stack and softer green backgrounds

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/4472f4ff-0bf5-4150-997b-adb0a9b54898

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-09 22:25:53 +00:00
committed by GitHub
parent 47049a94bd
commit 86672c3c28
6 changed files with 22 additions and 22 deletions

View File

@@ -86,12 +86,12 @@
.sidebar-upgrade-btn {
border-color: var(--accent-color);
background-color: rgba(40, 217, 120, 0.06);
background-color: rgba(94, 173, 138, 0.06);
margin-top: 8px;
}
.sidebar-upgrade-btn:hover {
background-color: rgba(40, 217, 120, 0.14);
background-color: rgba(94, 173, 138, 0.14);
border-color: var(--accent-color);
}