diff options
author | Ashelyn Dawn <git@tempest.dev> | 2023-01-19 18:47:38 -0700 |
---|---|---|
committer | Ashelyn Dawn <git@tempest.dev> | 2023-01-19 18:47:38 -0700 |
commit | 075ee078f9569f3ed7f3e58bc0cc2af158d0b83b (patch) | |
tree | 3796be824d87a1bf8adb3989ac4f6717a9777786 /resources | |
parent | 7bb1f23be82ca40512fbc920245e23de7dedd9a2 (diff) |
Fix footnote styling
Diffstat (limited to 'resources')
-rw-r--r-- | resources/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css index 53c8d7b..fe5bb4c 100644 --- a/resources/style.css +++ b/resources/style.css @@ -105,6 +105,7 @@ sup a { top: -4px; color: #caa5ff; margin: 0 2px; + text-decoration: none; } span.asterisk { |