From e07f58864aeb40d29ddf4ef54557924f8c1becb5 Mon Sep 17 00:00:00 2001 From: Shannon Kay Date: Thu, 20 Mar 2025 17:06:29 -0700 Subject: [PATCH] background color for iOS link --- unicorn.nnwtheme/stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/unicorn.nnwtheme/stylesheet.css b/unicorn.nnwtheme/stylesheet.css index 1340c29..6a8a145 100644 --- a/unicorn.nnwtheme/stylesheet.css +++ b/unicorn.nnwtheme/stylesheet.css @@ -480,6 +480,7 @@ a.footnote:hover, body a, body a:visited, body a * { color: var(--secondary-accent-color); + background-color: var(--block-quote-background-color); } .articleTitle a:link, .articleTitle a:visited { font-size: 1.2rem;