From 4a024fc2467ba890ea7eab29763aa5525b0ce4c7 Mon Sep 17 00:00:00 2001 From: possumbilities <109087089+possumbilities@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:11:19 +0000 Subject: [PATCH] pull typographic corrections from downstream in vocabulary-theme --- src/css/vocabulary.css | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/src/css/vocabulary.css b/src/css/vocabulary.css index f3b7509..a1c1564 100644 --- a/src/css/vocabulary.css +++ b/src/css/vocabulary.css @@ -287,25 +287,25 @@ article.topic-summary.focus-area:nth-of-type(even) figure { order: -1; } -article:nth-child(3n + 2 of .topic-summary.focus-area) a { +article:nth-child(3n + 2 of .topic-summary.focus-area) > a { --underline-background-color: #ADFF00; background:#ADFF00; color: black; } -article:nth-child(3n + 3 of .topic-summary.focus-area) a { +article:nth-child(3n + 3 of .topic-summary.focus-area) > a { --underline-background-color: #2E1FB8; background:#2E1FB8; color: white; } -article:nth-child(3n + 1 of .topic-summary.focus-area) a { +article:nth-child(3n + 1 of .topic-summary.focus-area) > a { --underline-background-color: #FF9CFF; background:#FF9CFF; color: black; } -article.topic-summary.focus-area a:hover { +article.topic-summary.focus-area > a:hover { --underline-background-color: #black; background:black; color: white; @@ -315,6 +315,28 @@ article.topic-summary.focus-area a:hover { /* border: none; */ } +article.topic-summary p a { + --underline-background-color: none; + display: inline; + background: none; + border: none; + margin: 0; + padding: 0; + color: inherit; + font-size: 1em; + font-weight: 400; + text-transform: none; + color: #2E1FB8; + text-decoration: underline; +} + +article.topic-summary p a:hover { + --underline-background-color: none; + + border: none; + background: none; +} + /* post component - singular */ .post header { @@ -3071,7 +3093,7 @@ body > footer .license p a:hover { order: -1; font-family: "DM Sans"; - font-size: 3.2em; + font-size: 1.5em; color:#2E1FB8; }