Fix visited links colour and update analytics.
Some checks are pending
lint / runner / vale (push) Waiting to run
Lint / MegaLinter (push) Waiting to run

This commit is contained in:
g_it 2026-03-14 23:15:15 +01:00
commit 80cbf81a81
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
2 changed files with 5 additions and 7 deletions

View file

@ -176,12 +176,11 @@ p {
*****************************/ *****************************/
body { body {
/* align-items: center; */
background-color: var(--neutral-grey); background-color: var(--neutral-grey);
/* display: flex; */ }
/* justify-content: center;
min-height: 100vh; a:visited {
width: 100%; */ color: var(--light-grey);
} }
/* Footer */ /* Footer */

View file

@ -28,8 +28,7 @@
<!-- Analytics tracking script --> <!-- Analytics tracking script -->
{% block analytics %} {% block analytics %}
<script src="https://analytics.gugulet.hu/api/script.js" data-site-id="1" data-track-errors="true" <script src="https://analytics.gugulet.hu/api/script.js" data-site-id="d2a7b56c7598" defer></script>
data-session-replay="true" defer></script>
{% endblock %} {% endblock %}
{% block content %} {% block content %}