summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2021-03-04 02:13:02 -0500
committereudoxia <uplink@distress.network>2021-03-04 02:13:02 -0500
commit2aaf9f002b0c55d9fa7d3d8750fa756a5bd40959 (patch)
treee969acec1ddc2f9283bdc63cdbf97a07c293d3cf
parentb38e91c27ed4ebdb84fed0cec8ab3c37b7ce4d5c (diff)
css: better footnote return link appearance
-rwxr-xr-xcss/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index a26cf05..c6f923f 100755
--- a/css/main.css
+++ b/css/main.css
@@ -73,7 +73,7 @@ figure a:hover {text-decoration: none; background-color: transparent;}
figure a::after {display: none;}
figure a img {max-width: 100%; max-height: calc(100vh - 2rem);}
figure p {font-size: 0.75rem; font-style: italic; margin-top: 0.5rem; margin-bottom: 0; padding-bottom: 1rem; text-align: center;}
-.footnotes a[rev=footnote] {font-size: 0.667rem; vertical-align: super; line-height: 0;}
+.footnotes a[rev=footnote] {font-size: 0.75rem;}
.footnotes a[rev=footnote]::after {content: none;}
footer {display: flex; flex-direction: row; justify-content: space-between; min-height: 1rem; border-top: 1px solid var(--color-main-m); padding: 0.75rem 1rem; background-color: var(--color-main-d); color: var(--color-main-l);}
footer p,footer a {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 0.75rem; font-weight: 700; font-feature-settings: "case"; margin: 0; -webkit-hyphens: none; hyphens: none; text-align: left;}