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>
&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>
<style>
footer {

View File

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