1
Fork 0

static: move style.scss to top-level

This commit is contained in:
Motiejus Jakštys 2024-01-26 11:16:56 +02:00
parent 18d8506616
commit d11cc5bd25
4 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<title>{% block "title" %}11sync.net{% endblock %}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static "signup/style.scss" %}">
<link rel="stylesheet" type="text/x-scss" href="{% static "style.scss" %}">
{% endcompress %}
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
</head>