Fix visited links colour and update analytics.
This commit is contained in:
parent
3ba0cc55b1
commit
80cbf81a81
2 changed files with 5 additions and 7 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue