From b6bead59be1931d37ee43e3b73ad3eebd85b38e6 Mon Sep 17 00:00:00 2001 From: Rex Walters <653208+wrex@users.noreply.github.com> Date: Sat, 25 Mar 2023 12:30:17 -0700 Subject: [PATCH] style primary meaning and reading, issue #119 --- WKElementaryDark.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/WKElementaryDark.css b/WKElementaryDark.css index f2087e7..5be8f2d 100644 --- a/WKElementaryDark.css +++ b/WKElementaryDark.css @@ -1541,6 +1541,18 @@ text-shadow: none; } + /* + * Make the meaning MUCH more visible when exposed + */ + .subject-section__subsection + .subject-section__meanings:first-child + .subject-section__meanings-items, + .reading-with-audio__reading { + color: var(--ED-text-hl); + font-size: x-large; + font-weight: bold; + } + .user-note__button:hover, .user-note__button:active, .user-note__button:focus {