Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #7 from TrueBlocks/bugfix/dark_mode
Browse files Browse the repository at this point in the history
Fix dark mode text
  • Loading branch information
dszlachta authored Feb 20, 2024
2 parents 165e22a + 72bb2d6 commit 9b04b96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ html.dark {
.navbar-brand img {
filter: #{'invert()'};
}
.qn-link {
color: #b4afb6;
}
}
2 changes: 1 addition & 1 deletion themes/hugoplate/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="mb-4 text-h3 lg:text-h1">
{{ .label }}
<i class="fa fa-arrow-right pl-2"></i>
</a>
<p class="text-sm content">
<p class="text-sm content qn-link">
Don't have QuickNode account? <a href="https://www.quicknode.com/?via=trueblocks">Create one</a>
</p>
{{ end }}
Expand Down

0 comments on commit 9b04b96

Please sign in to comment.