Skip to content

Commit

Permalink
change css
Browse files Browse the repository at this point in the history
  • Loading branch information
warycat committed Dec 18, 2020
1 parent 20a6188 commit e034995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/templates/base.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>{% block title %}RUST_GYM{% endblock %}</title>
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"/>
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"/>
<link rel="stylesheet" href="//unpkg.com/@highlightjs/[email protected]/styles/default.min.css"/>
<link rel="stylesheet" href="//unpkg.com/@highlightjs/[email protected]/styles/stackoverflow-dark.min.css"/>
<script src="//unpkg.com/@highlightjs/[email protected]/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
{% block head %}{% endblock %}
Expand Down

0 comments on commit e034995

Please sign in to comment.