Skip to content

Commit

Permalink
docsify version and font
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Nov 30, 2024
1 parent 1ede632 commit fae134c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ iframe {
width: 640px!important;
max-width: 100%;
}

body {
font-size: 18px;
}

.sidebar ul li a {
font-size: 16px;
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
//requestHeaders: {'cache-control': 'no-store, max-age=0'}
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<!--<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>-->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<!--<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>-->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-julia.min.js"></script>
Expand Down

0 comments on commit fae134c

Please sign in to comment.