forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-04 17:39:07 -06:00
parent d177c30da3
commit 61ba9bce17
2 changed files with 12 additions and 11 deletions

View File

@ -7,9 +7,6 @@
--color-primary: 220, 38, 38; --color-primary: 220, 38, 38;
} }
/* ------------------------- FONTS ----------------------- */
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
/* ---------------- RESPONSIVE UTILITIES ----------------- */ /* ---------------- RESPONSIVE UTILITIES ----------------- */
@responsive { @responsive {
.text-shadow { .text-shadow {

View File

@ -1,14 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<script src="/assets/js/lozad.js?v=54"></script>
<script>
const observer = lozad();
observer.observe();
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
{% if v and v.agendaposter %} {% if v and v.agendaposter %}
<script src="/assets/js/agendaposter.js"></script> <script src="/assets/js/agendaposter.js"></script>
<noscript> <noscript>
@ -225,6 +217,10 @@
<link rel="preload" href="/assets/css/fa.css?v=52" as="style" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload" href="/assets/css/fa.css?v=52" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/assets/css/fa.css?v=52"></noscript> <noscript><link rel="stylesheet" href="/assets/css/fa.css?v=52"></noscript>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap" rel="stylesheet">
</head> </head>
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" class="overflow-hidden antialiased bg-cover bg-center bg-gray-200 text-gray-900" style="{% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}){% endif %}"> <body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" class="overflow-hidden antialiased bg-cover bg-center bg-gray-200 text-gray-900" style="{% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}){% endif %}">
@ -351,5 +347,13 @@
<script src="/assets/js/header.js?v=54"></script> <script src="/assets/js/header.js?v=54"></script>
<script src="/assets/js/lozad.js?v=54"></script>
<script>
const observer = lozad();
observer.observe();
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
</body> </body>
</html> </html>