Skip to content

Commit

Permalink
temporarily disable new css before fix the mark dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Dec 27, 2024
1 parent 75b70d4 commit 8a7c9a9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion common/templates/common_libs.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@
</script>
<script src="{{ cdn_url }}/npm/[email protected]/dist/htmx.min.js"></script>
<script src="{{ cdn_url }}/npm/[email protected]"></script>
<!-- link rel="stylesheet"
href="{{ cdn_url }}/npm/@yohns/[email protected]/css/pico.{{site_color}}.min.css" /-->
<link rel="stylesheet"
href="{{ cdn_url }}/npm/@yohns/[email protected]/css/pico.{{ site_color }}.min.css" />
href="{{ cdn_url }}/npm/@picocss/pico@2/css/pico.min.css" />
<style>
:where(nav li)::before {
float: none;
content: " ";
}
</style>
<link href="{% sass_src 'scss/neodb.scss' %}"
rel="stylesheet"
type="text/css" />
Expand Down

0 comments on commit 8a7c9a9

Please sign in to comment.