Renamed cyborg from dark.css to cyborg.css

This commit is contained in:
SecretlyTaco 2018-02-21 21:13:01 +00:00
parent c0be552632
commit 7635573ca0
2 changed files with 1 additions and 1 deletions

View file

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