style: finales CSS-Finishing, inline styles zu CSS-Klassen

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-04-02 10:40:25 +02:00
parent d9675f672d
commit 056d6c92a6
4 changed files with 42 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ function renderHarmony(label, colors, onSaveFavorit, onSaveSchema) {
hexLabel.textContent = hex;
const btnRow = document.createElement('div');
btnRow.style.cssText = 'display:flex;gap:0.25rem';
btnRow.className = 'harmony-btn-row';
const favBtn = document.createElement('button');
favBtn.className = 'action-btn';