diff --git a/src/App.css b/src/App.css index 5ed72c7..3e0879b 100644 --- a/src/App.css +++ b/src/App.css @@ -2395,9 +2395,9 @@ .resource-link-tags { margin-top: 0.15rem; - color: rgba(201, 168, 76, 0.9); + color: var(--brand-gold); font-size: 0.88rem; - letter-spacing: 0.03em; + opacity: 0.9; } .section-download-library { @@ -4869,7 +4869,7 @@ resize: vertical; } -.admin-question-editor textarea:focus { +.admin-question-editor:focus { outline: none; border-color: var(--brand-gold); }