Skip to content

Commit

Permalink
Tweak some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Dec 13, 2024
1 parent 747c656 commit 662500a
Show file tree
Hide file tree
Showing 9 changed files with 626 additions and 18 deletions.
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ ignored_content = [ "*/target/debug/*", "*/target/release/*" ]
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "nyx-bold", filename = "syntax-highlighting.css" },
]
# highlight_themes_css = [
# { theme = "nyx-bold", filename = "syntax-highlighting.css" },
# ]
external_links_target_blank = true


Expand Down
5 changes: 3 additions & 2 deletions sass/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ h2.post-title {
padding-top: calc(var(--font-size-text) * 2);
}

h5.description {
.post-description {
font-family: var(--font-heading) !important;
font-style: italic;
font-size: 1.4rem;
// font-style: italic;
}

div.post-meta {
Expand Down
Loading

0 comments on commit 662500a

Please sign in to comment.