feat: rebalance Hub theme to near-black with green accents (v8)

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/7d5cc1b4-de38-4abc-be28-fc279e97d7b1

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-09 19:50:39 +00:00
committed by GitHub
parent d398faa0ed
commit db3ff345cf
8 changed files with 32 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ domain-field-label {
domain-field-input {
width: 100%;
background-color: #060F09;
background-color: #0c0f0e;
color: var(--text-primary);
border: 1px solid var(--border-color);
border-radius: 8px;
@@ -75,7 +75,7 @@ domain-field-actions {
.domain-field-input {
width: 100%;
background-color: #060F09;
background-color: #0c0f0e;
color: var(--text-primary);
border: 1px solid var(--border-color);
border-radius: 8px;
@@ -145,7 +145,7 @@ domain-field-actions {
.port-req-table td {
padding: 8px 10px;
border-bottom: 1px solid rgba(36, 70, 53, 0.5);
border-bottom: 1px solid rgba(30, 45, 39, 0.5);
color: var(--text-primary);
}