This commit is contained in:
Rph :3 2024-09-29 21:40:58 +02:00
parent 8c2a2df2f3
commit 1db2fea3ea
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,8 @@ const today = new Date();
--- ---
<footer> <footer>
&copy; {today.getFullYear()} Rph. All rights reserved. &copy; {today.getFullYear()} Rph. All rights reserved.<br/>
<a href="https://git.colon-three.com/rph/blog">View the source code of this blog.</a>
</footer> </footer>
<style> <style>
footer { footer {

View File

@ -59,10 +59,10 @@ b {
font-weight: 700; font-weight: 700;
} }
a { a {
color: var(--accent-dark); color: var(--accent);
} }
a:hover { a:hover {
color: var(--accent); color: var(--accent-dark);
} }
p { p {
margin-bottom: 1em; margin-bottom: 1em;