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: ")"; }