temporarily disable new css before fix the mark dialog
This commit is contained in:
parent
75b70d421d
commit
8a7c9a90b0
1 changed files with 9 additions and 1 deletions
|
@ -19,8 +19,16 @@
|
|||
</script>
|
||||
<script src="{{ cdn_url }}/npm/htmx.org@2.0.4/dist/htmx.min.js"></script>
|
||||
<script src="{{ cdn_url }}/npm/hyperscript.org@0.9.13"></script>
|
||||
<!-- link rel="stylesheet"
|
||||
href="{{ cdn_url }}/npm/@yohns/picocss@2.2.1/css/pico.{{site_color}}.min.css" /-->
|
||||
<link rel="stylesheet"
|
||||
href="{{ cdn_url }}/npm/@yohns/picocss@2.2.1/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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue