We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e27ea7 commit bea4625Copy full SHA for bea4625
naucse/static/css/nausce.css renamed to naucse/static/css/naucse.css
naucse/templates/_base.html
@@ -18,7 +18,7 @@
18
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
19
{% endif %}
20
21
- <link rel="stylesheet" href="{{url_for('static', filename='css/nausce.css')}}">
+ <link rel="stylesheet" href="{{url_for('static', filename='css/naucse.css')}}">
22
<link rel="stylesheet" href="{{url_for('static', filename='css/body.css')}}">
23
<link rel="stylesheet" href="{{url_for('static', filename='css/pygments-lovelace-style.css')}}">
24
<link rel="stylesheet" href="{{url_for('static', filename='css/ipython.css')}}">
0 commit comments