summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-17 02:52:34 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2023-10-17 02:52:34 -0600
commit29a55c75b706c10f9574cccd9a99da055360ad3e (patch)
tree33ed5b46879f454ae2242c1a112a643460b63ff4 /templates/base.html
parent0d3a7143fd37ba4c1e5d3186263ecaca670d6a37 (diff)
update theme
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 6b28f2b..7eefb02 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,8 +2,8 @@
<html lang="en">
<head>
{% block head %}
- <link rel="stylesheet" href="/assets/main.css" />
<link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
+ <link rel="stylesheet" href="/assets/main.css" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{% endblock %}</title>