Skip to content

Commit

Permalink
use minified variant of magick.css in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermute-cell committed Mar 22, 2024
1 parent 0e10896 commit 98ad302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- For the humans -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="book-header.css">
<link rel="stylesheet" href="magick.css">
<link rel="stylesheet" href="magick.min.css">

<!-- This site contains some specific styles for the content, which are not part of magick.css -->
<style>
Expand Down

0 comments on commit 98ad302

Please sign in to comment.