Skip to content

Commit

Permalink
Merge pull request #44 from mnjm/dev
Browse files Browse the repository at this point in the history
0.3.5
  • Loading branch information
mnjm authored Feb 14, 2025
2 parents 8d54403 + 23d8b9d commit 31acf55
Show file tree
Hide file tree
Showing 9 changed files with 301 additions and 297 deletions.
7 changes: 4 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ figure h4::before {
/* Code blocks */
code {
background-color: var(--secondary-color-dark);
padding: .1em .2em;
padding: 0 .2em;
word-break: break-word;
word-wrap: break-word;
overflow: break-word;
Expand Down Expand Up @@ -622,7 +622,7 @@ pre:hover .copy-button {
margin: 0;
}

.toc-innr a {
.toc-innr a, .toc-innr a code {
border-bottom: none;
}

Expand Down Expand Up @@ -970,7 +970,8 @@ pre code::-webkit-scrollbar-thumb:hover {
border-radius: var(--radius);
}

#search-results li a:focus {
#search-results li a:focus,
#search-results li a:hover {
outline: 1px solid var(--tertiary-color);
}

Expand Down
6 changes: 3 additions & 3 deletions assets/lib/fuse/fuse.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/lib/katex/auto-render.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/lib/katex/katex.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/lib/katex/katex.min.js

Large diffs are not rendered by default.

526 changes: 263 additions & 263 deletions assets/lib/mermaid/mermaid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
[module.hugoVersion]
extended = false
min = "0.125.4"
max = "0.140.2"
max = "0.143.1"
47 changes: 25 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"homepage": "https://github.com/mnjm/kayal#readme",
"dependencies": {
"fuse.js": "^7.0.0",
"fuse.js": "^7.1.0",
"katex": "^0.16.21",
"mermaid": "^11.4.0",
"mermaid": "^11.4.1",
"vendor-copy": "^3.0.1"
},
"vendorCopy": [],
Expand Down

0 comments on commit 31acf55

Please sign in to comment.