aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/theme.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css
index d4f06f0..d7f90f4 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -166,6 +166,14 @@ div.critical, div.critical {
padding: 3pt 7pt;
}
+[id]::before {
+ content: '';
+ display: block;
+ height: 75px;
+ margin-top: -75px;
+ visibility: hidden;
+}
+