Apply OneDark Pro palette; add human-authored notice to footer

This commit is contained in:
Graham McIntire 2026-04-18 16:02:40 -05:00
parent 9b6954db25
commit d65eba71de
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,16 @@
body[class*="theme-"] {
--bg-color: #282c34;
--fg-color: #abb2bf;
--comment-color: #5c6370;
--blue-color: #61afef;
--cyan-color: #56b6c2;
--green-color: #98c379;
--orange-color: #d19a66;
--red-color: #e06c75;
--yellow-color: #e5c07b;
--magenta-color: #c678dd;
}
h1:before,
h2:before,
h3:before,

View file

@ -70,6 +70,7 @@
</main>
<hr>
<footer style="margin-top: 3rem;">
<p>All content written by humans</p>
<p>&copy; Copyright Graham McIntire {{ now() | date(format="%Y") }}</p>
</footer>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>