From c1fcf66ef877f397e62af8e3f2c9264e4f43ac75 Mon Sep 17 00:00:00 2001 From: nmemmert Date: Thu, 21 May 2026 16:09:42 -0400 Subject: [PATCH] Expand study lesson and community pages to use more horizontal space, reduce scrolling --- src/App.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }