This commit is contained in:
Aevann1 2022-04-01 15:27:01 +02:00
parent 2fc8b7fbae
commit abe93697ea
4 changed files with 14 additions and 11 deletions

View file

@ -2,6 +2,14 @@
{% block desktopBanner %}
{% if v and v.id == AEVANN_ID %}
<style>
#frontpage .post-title a:not(.visited):visited {
color: var(--black) !important;
}
</style>
{% endif %}
{% if v and environ.get("FP") %}
{% if not v.fp %}
<script>
@ -252,11 +260,4 @@
</script>
{% endif %}
{% if v and v.id == AEVANN_ID %}
<style>
#frontpage .post-title a:not(.visited):visited {
color: var(--black) !important;
}
</style>
{% endif %}
{% endblock %}