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 {
/* align-items: center; */
background-color: var(--neutral-grey);
/* display: flex; */
/* justify-content: center;
min-height: 100vh;
width: 100%; */
}
a:visited {
color: var(--light-grey);
}
/* Footer */

View file

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