~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerass El Hafidi <vitali64pmemail@protonmail.com>2023-11-17 23:03:02 +0100
committerFerass El Hafidi <vitali64pmemail@protonmail.com>2023-11-17 23:03:17 +0100
commita6d2c4623d82b5182ee0c18ba4d5e4b5c4449279 (patch)
tree17ec06aa4458ec7b8e07c2ecec708727c5ea46f5
parentbb6cf5613f9fbff46e39dcd42403a42e445a29ed (diff)
downloadblog.vitali64.duckdns.org-master.tar.gz
fixup <a> in headingsHEADmaster
Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
-rw-r--r--templates/template.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html
index c902568..bcee156 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -47,4 +47,9 @@
</td>
</table>
</body>
+<style>
+h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
+ color: white;
+}
+</style>
</html>