From 0f0cf83a4bc8dcd936f35fda3cc2fb44d685a06e Mon Sep 17 00:00:00 2001 From: Karim Date: Sat, 4 Jul 2026 05:17:29 +0200 Subject: [PATCH] Hex-Feld breiter + helleren Text (voller Hex-Code sichtbar) --- src/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index bb10fbe..c14c243 100644 --- a/src/styles.css +++ b/src/styles.css @@ -4046,13 +4046,14 @@ body { } .attr-color-hex { font-variant-numeric: tabular-nums; - color: var(--muted); + color: var(--ink-2); font-size: 11px; } /* Editierbarer Hex-Code: sieht wie reiner Text aus, bis man klickt/fokussiert — dann Rahmen + helle Schrift als Editier-Signal. */ .attr-color-hex-input { - width: 6.5ch; + width: 8.5ch; + color: var(--ink-2); border: 1px solid transparent; background: transparent; border-radius: 3px;