Add focus border color for light theme in editor textarea

This commit is contained in:
2026-01-31 12:49:17 +01:00
parent 32dc7f12bd
commit 8ffb7af26f

View File

@@ -771,3 +771,7 @@ body {
color: var(--muted);
font-size: 0.9rem;
}
body[data-theme="light"] .editor__textarea:focus {
border-color: var(--accent-strong);
}