aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-01-21 22:40:51 +0000
committerGitHub <noreply@github.com>2020-01-21 22:40:51 +0000
commitf24148d43189bd72f7ef7f498f30cdee8700d5e5 (patch)
treea67bd8c8373d86496536c096f00682594668f530 /app/templates/base.html
parent980023a80c9055f0102c2308cd1d1d7238deb69e (diff)
downloadcheatdb-f24148d43189bd72f7ef7f498f30cdee8700d5e5.tar.xz
Improve package page styling
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index e0cdf03..df10208 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
<link rel="stylesheet" type="text/css" href="/static/bootstrap.css">
- <link rel="stylesheet" type="text/css" href="/static/custom.css?v=9">
+ <link rel="stylesheet" type="text/css" href="/static/custom.css?v=10">
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" />
<link rel="shortcut icon" href="/favicon-16.png" sizes="16x16">
<link rel="icon" href="/favicon-128.png" sizes="128x128">
@@ -153,6 +153,7 @@
new EasyMDE({ element: this, hideIcons: ["image"], forceSync: true });
})
</script>
+ <link href="/static/fa/css/all.css" rel="stylesheet">
{% block scriptextra %}{% endblock %}
</body>
</html>