Skip to content

Commit

Permalink
fixed footer copyright font issue in pages other than home
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EDev committed Apr 28, 2022
1 parent 08cc3d6 commit 177845a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/overrides/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@

{% import "partials/language.html" as lang with context %}

<style>
.md-footer-copyright {
color: var(--md-footer-fg-color--light);
font-size: .64rem;
margin: auto .6rem;
padding: .4rem 0;
}
</style>

<!-- Footer -->
<footer class="md-footer">

Expand Down

0 comments on commit 177845a

Please sign in to comment.