diff --git a/craft/src/styles/editor.css b/craft/src/styles/editor.css index 409499e..2937a34 100644 --- a/craft/src/styles/editor.css +++ b/craft/src/styles/editor.css @@ -16,8 +16,8 @@ --color-border: #2d2d3a; --color-border-light: #3f3f46; --color-text: #e4e4e7; - --color-text-muted: #71717a; - --color-text-dim: #52525b; + --color-text-muted: #8b8b96; + --color-text-dim: #6e6e78; --color-accent: #3b82f6; --color-accent-hover: #2563eb; --color-accent-subtle: rgba(59, 130, 246, 0.12); @@ -704,7 +704,7 @@ body { } .block-item-icon { - font-size: 18px; + font-size: 20px; color: var(--color-text-muted); transition: color var(--transition-fast); } @@ -714,7 +714,7 @@ body { } .block-item-label { - font-size: 10px; + font-size: 11px; font-weight: 500; color: var(--color-text-muted); text-align: center;