Skip to content

Commit

Permalink
Small QoL improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon863 committed Nov 1, 2024
1 parent 9139409 commit b96146b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion themes/dragon863/layouts/_default/list.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{{ define "main" }}
<!-- This file is a little (very) hacky as it uses hugo to inject into css. Don't do this. -->
<h3 class="bold underline padding">Posts</h3>
<h3 class="bold underline" style="padding-left:1rem;padding-top:1rem">Posts</h3>
<h3 style="padding-left:1rem;font-size:1.75rem;padding-bottom:1rem;">(Click / tap on a title to view the full post!)
</h3>
<div class="m l" style="padding-right: 5rem"></div>
<div class="grid">
{{ range .Pages.ByPublishDate.Reverse }}
Expand Down
4 changes: 4 additions & 0 deletions themes/dragon863/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
text-decoration: underline;
cursor: pointer;
}

nav a {
text-decoration: none !important;
}
</style>
<h1 class="bold large-padding m l" id="header-large">{{ .Title }}</h1>
<h1 class="bold large-padding s" id="header-small">{{ .Title }}</h1>
Expand Down
1 change: 0 additions & 1 deletion themes/dragon863/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ a .link {
}



.eyebrow {
font-weight: 700;
font-family: Rubik, sans-serif;
Expand Down

0 comments on commit b96146b

Please sign in to comment.