css
This commit is contained in:
parent
57e25545f7
commit
996c007f2a
1 changed files with 10 additions and 3 deletions
|
@ -16,7 +16,14 @@
|
||||||
|
|
||||||
|
|
||||||
{% block stylesheets %}
|
{% block stylesheets %}
|
||||||
<link id="css-link" rel="stylesheet" href="/assets/style/main.css">
|
|
||||||
|
{% if v %}
|
||||||
|
<link rel="stylesheet" href="/assets/style/{{v.theme}}_{{v.themecolor}}.css">
|
||||||
|
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/style/agendaposter.css">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %}
|
||||||
|
{% else %}
|
||||||
|
<link rel="stylesheet" href="/assets/style/dark_ff66ac.css">
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<!-- Font Awesome -->
|
<!-- Font Awesome -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue