From 533325cb5dfef4e1892db035c7f55473a0bb1289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tillmann=20D=C3=B6nicke?= <tillmann.doenicke@uni-goettingen.de> Date: Wed, 24 Apr 2024 08:10:37 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tillmann Dönicke <tillmann.doenicke@uni-goettingen.de> --- scenarios/xslt/edxml2html/css/styles.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scenarios/xslt/edxml2html/css/styles.css b/scenarios/xslt/edxml2html/css/styles.css index d4ea262..b223797 100644 --- a/scenarios/xslt/edxml2html/css/styles.css +++ b/scenarios/xslt/edxml2html/css/styles.css @@ -387,9 +387,7 @@ hr.metamark-line.doubleLine { :has(> .conti)::before, :has(> .conti)::after, -.g[data-cert="low"]::after, -.translation[data-cert="low"]::after, -.w[data-cert="low"]::after, +[data-cert="low"]::after, .tei::before, .tei::after { color: var(--theme-color-compl); -- GitLab