diff --git a/src/static/css/style.css b/src/static/css/style.css index d2b1413..483b3ef 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -2221,7 +2221,7 @@ body.first-refresh-blocking .header { .progress-popup-body { padding: 16px 20px; } .progress-popup-pass { font-size: 11px; - color: var(--accent-primary); + color: var(--accent); font-weight: 600; letter-spacing: 0.3px; margin-bottom: 12px; @@ -2448,14 +2448,18 @@ body.first-refresh-blocking .header { } #btn-enhance-description { - color: var(--accent-primary); - border-color: var(--accent-primary); + color: var(--accent); + border-color: var(--accent); font-weight: 600; } +/* Hover: Gold-Flaeche mit weisser Schrift, gleiche Kombination wie + .btn-primary. Vorher stand hier die nirgends definierte Variable + --accent-primary: der Hintergrund fiel damit auf transparent zurueck, + die Schrift blieb weiss, und der Knopf war im Hellmodus unsichtbar. */ #btn-enhance-description:hover:not(:disabled) { - background: var(--accent-primary); - color: #fff; + background: var(--accent); + color: #FFFFFF; } .textarea--loading { @@ -2468,7 +2472,7 @@ body.first-refresh-blocking .header { width: 14px; height: 14px; border: 2px solid var(--border); - border-top-color: var(--accent-primary); + border-top-color: var(--accent); border-radius: 50%; animation: spin-inline 0.8s linear infinite; }