Skip to content

Commit

Permalink
update css to workaround Safari issue in iOS 18.2 picocss/pico#634
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Dec 25, 2024
1 parent 864b898 commit ef39a69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/templates/common_libs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
return this;
};
</script>
<script src="{{ cdn_url }}/npm/htmx.org@1.9.12/dist/htmx.min.js"></script>
<script src="{{ cdn_url }}/npm/[email protected].12"></script>
<script src="{{ cdn_url }}/npm/htmx.org@2.0.4/dist/htmx.min.js"></script>
<script src="{{ cdn_url }}/npm/[email protected].13"></script>
<link rel="stylesheet"
href="{{ cdn_url }}/npm/@picocss/pico@2/css/pico.min.css" />
href="{{ cdn_url }}/npm/@yohns/[email protected]/css/pico.min.css" />
<link href="{% sass_src 'scss/neodb.scss' %}"
rel="stylesheet"
type="text/css" />
Expand Down

0 comments on commit ef39a69

Please sign in to comment.