Apply OneDark Pro palette; add human-authored notice to footer
This commit is contained in:
parent
9b6954db25
commit
d65eba71de
2 changed files with 14 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@
|
|||
</main>
|
||||
<hr>
|
||||
<footer style="margin-top: 3rem;">
|
||||
<p>All content written by humans</p>
|
||||
<p>© Copyright Graham McIntire {{ now() | date(format="%Y") }}</p>
|
||||
</footer>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue