Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Vogel committed Aug 26, 2024
1 parent 5ba741a commit e63a814
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed content/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion quartz/styles/_theme_lessWrong.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ html[saved-theme="dark"] {
h2 {
font-size: 36px !important;
}
h2 {
h2:not(.page-title) {
font-size: 26px !important;
}
h3 {
Expand Down
2 changes: 1 addition & 1 deletion quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ img.cover-image {
border-bottom: 4px solid var(--secondary);
border-left: 4px double var(--secondary);
padding-left: 4px;
font-size: 1rem;
font-size: 1rem !important;
}

body[data-slug^="tags\/"] ul.tags,
Expand Down

0 comments on commit e63a814

Please sign in to comment.