aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates
diff options
context:
space:
mode:
authorcitrons <citrons>2021-06-23 19:02:02 +0000
committercitrons <citrons>2021-06-23 19:02:02 +0000
commit80b0827308acc189b6e2ffece65c5b84665ea5f1 (patch)
tree46e04a01f4a26f075ec41399f0aad3db98304188 /apioforum/templates
parent3123da15bf59e866e3f7d65bee3585c85c61fe97 (diff)
colors for markdown
Diffstat (limited to 'apioforum/templates')
-rw-r--r--apioforum/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/apioforum/templates/base.html b/apioforum/templates/base.html
index 637cc09..33e49f6 100644
--- a/apioforum/templates/base.html
+++ b/apioforum/templates/base.html
@@ -6,6 +6,7 @@
<title>{%block title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/style.css">
+ <link rel="stylesheet" href="/static/md-colors.css">
<link rel="icon" href="//gh0.pw/favicon.ico">
</head>
<body>