From 89f0c95b70e92e99a2b25828c9eb67ef050d6d26 Mon Sep 17 00:00:00 2001 From: daudix Date: Tue, 30 Jan 2024 23:38:57 +0300 Subject: [PATCH] feat: Try passing w3 validation --- sass/_footer.scss | 2 ++ templates/includes/footer.html | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sass/_footer.scss b/sass/_footer.scss index 55c761f..0db977d 100644 --- a/sass/_footer.scss +++ b/sass/_footer.scss @@ -6,5 +6,7 @@ details { all: unset; + color: var(--fg-muted-5); + font-size: 0.8rem; } } diff --git a/templates/includes/footer.html b/templates/includes/footer.html index 6934836..1d61a9a 100644 --- a/templates/includes/footer.html +++ b/templates/includes/footer.html @@ -12,10 +12,8 @@ {% endif %} {% if config.extra.footer.show_johnvert %} - -
Johnvertisement - -
-
+
Johnvertisement + +
{% endif %}