Merge branch 'master' into taiste

This commit is contained in:
Julien Constant 2023-04-05 20:02:12 +02:00 committed by GitHub
commit 0501e6417a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,7 @@ $hovered-red-text-color: #ff4d4d;
}
&:hover>a {
color: $hovered-text-color;;
color: $hovered-text-color;
}
@media (max-width: 607px) {

View File

@ -134,5 +134,5 @@ nav.navbar {
}
}
}
}
}
}

View File

@ -16,7 +16,6 @@
{# Thile file is quite heavy (around 250kb), so declaring it in a block allows easy removal #}
<link rel="stylesheet" href="{{ static('core/js/ui/jquery-ui.min.css') }}">
{% endblock %}
<link rel="preload" as="style" href="{{ static('core/font-awesome/css/font-awesome.min.css') }}" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{{ static('core/font-awesome/css/font-awesome.min.css') }}"></noscript>
<script defer href="{{ static('core/font-awesome/js/fontawesone.min.js') }}"></script>