summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@pjones.dk>2023-10-08 14:18:39 +0200
committerSiri Reiter <siri@pjones.dk>2023-10-08 14:18:57 +0200
commit8c797aedafa1f11c4725339fe75ee923a44faf85 (patch)
tree468ba889cbd0c74f3e9919356afadf2484b1df68
parent7429aefc23a79b5c98ea6d1388bb444ef90a51a5 (diff)
remove obsolete/superfluous styling
-rw-r--r--style.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/style.scss b/style.scss
index bc30161..7647f21 100644
--- a/style.scss
+++ b/style.scss
@@ -56,12 +56,6 @@ h1 {
line-height: 1.4em;
}
-h4,
-h5,
-h6 {
- text-decoration: blink;
-}
-
h2 {
font-weight: normal;
font-size: 1.5em;
@@ -85,16 +79,6 @@ a {
font-weight: normal;
}
-p {
-// margin-top: 0.2em;
-// margin-bottom: 1.2em;
-}
-
-i {
- display: none !important;
- visibility: hidden;
-}
-
ul {
margin-bottom: 1.2em;
}