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 {
|
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 */
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue