Skip to content

Commit

Permalink
fix: customize the default theme, override text-align to avoid long i…
Browse files Browse the repository at this point in the history
…ndentations
  • Loading branch information
rektpwner authored and gogo2464 committed Oct 16, 2024
1 parent 3fbcec9 commit 34c852f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.post-content {
text-align: left;
}
2 changes: 2 additions & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{ $customCSS := resources.Get "scss/custom.scss" | resources.ToCSS }}
<link rel="stylesheet" href="{{ $customCSS.Permalink }}">

0 comments on commit 34c852f

Please sign in to comment.