From 0959896f82c18fcdf4e3d3f691b92973d8d3d112 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 14 Jun 2025 09:21:51 -0400 Subject: [PATCH] djrtyj --- css/looks.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/looks.css b/css/looks.css index 93bbec5..10bfb09 100644 --- a/css/looks.css +++ b/css/looks.css @@ -91,22 +91,22 @@ a:visited { color: var(--darkest-color) } -.footnote-ref { +[role="doc-noteref"] { text-decoration: none; font-family: "BodySans"; } -.footnote-ref sup { +[role="doc-noteref"] sup { font-size: 0.7em; font-style: normal; } -.footnote-ref sup::before { +[role="doc-noteref"] sup::before { content: "("; padding-left: 0.075em; } -.footnote-ref sup::after { +[role="doc-noteref"] sup::after { content: ")"; }