Skip to content

Commit

Permalink
Merge pull request #38 from mnjm/dev
Browse files Browse the repository at this point in the history
Minor
  • Loading branch information
mnjm authored Dec 31, 2024
2 parents 8a434d1 + 1800cae commit 7064e59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ code {
overflow: break-word;
}

a code {
border-bottom: 2px solid var(--tertiary-color);
}

pre {
line-height: 1.5;
padding: 0.5em;
Expand Down
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.139.0"
max = "0.140.2"

0 comments on commit 7064e59

Please sign in to comment.