feat: More tries

This commit is contained in:
daudix
2024-01-31 02:03:59 +03:00
parent 67fee49f8a
commit f2aed3ff10
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="{{ config.description }}" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
@ -25,7 +24,7 @@
{% endfor %}
{% endif %}
<style>
<style type="text/css">
:root {
--primary-color-alpha: {{ config.extra.primary_color_alpha }};
--primary-color: {{ config.extra.primary_color }};