diff --git a/homepage/content/pages/about.md b/homepage/content/pages/about.md index 509985c..85f75ec 100644 --- a/homepage/content/pages/about.md +++ b/homepage/content/pages/about.md @@ -26,4 +26,4 @@ We are happy to work with [NLnet Foundation][nlnet-foundation]{: target="_blank" *Feel free to contact us with any kind of feedback.* From criticism and praise to contributions or support, everything is welcome. Get in touch. [hioffen@posteo.de](mailto:hioffen@posteo.de) -[Email GPG Key](/theme/74B041E23DB29D552644CEB1B18C633D6967FE3F.asc){: target="_blank"} +[GPG Key](/theme/74B041E23DB29D552644CEB1B18C633D6967FE3F.asc){: target="_blank"} diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 67e4c61..d7ab73c 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -82,8 +82,6 @@ TYPO AND LAYOUT ELEMENTS body { overflow-wrap: break-word; overscroll-behavior: none; - /* overscroll color */ - background-color: #39352A; } /* Custom Tachyons class */ .f25 { diff --git a/homepage/theme/static/css/fonts.css b/homepage/theme/static/css/fonts.css index a6969e0..9016b65 100644 --- a/homepage/theme/static/css/fonts.css +++ b/homepage/theme/static/css/fonts.css @@ -1,7 +1,7 @@ /* rubik-regular - latin */ @font-face { font-family: 'Rubik'; - font-display: swap; + font-display: block; font-style: normal; font-weight: 400; src: local('Rubik'), local('Rubik-Regular'), @@ -12,7 +12,7 @@ /* rubik-700 - latin */ @font-face { font-family: 'Rubik'; - font-display: swap; + font-display: block; font-style: normal; font-weight: 700; src: local('Rubik Bold'), local('Rubik-Bold'), diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index 076bf8b..c9184b0 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -32,130 +32,132 @@ {% endif %} {% endblock %} -
-