Merge branch 'darktheme-cyborg' into themes

This commit is contained in:
SecretlyTaco 2018-02-21 21:43:17 +00:00
commit 79ad0d6fb8
2 changed files with 13 additions and 0 deletions

12
static/cyborg.css Normal file

File diff suppressed because one or more lines are too long

View file

@ -7,6 +7,7 @@
<script src="{{ url_for('static', filename = 'bootstrap4.min.js') }}" ></script>
<script src="{{ url_for('static', filename ='fontawesome-all.js') }}"></script>
{% if theme=="darkly" %}<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = 'darkly.css') }}" />{% endif %}
{% if theme=="cyborg" %}<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = 'cyborg.css') }}" />{% endif %}
<title>{{ title }} - Tweeder</title>
</head>
<body>