git link
This commit is contained in:
parent
8c2a2df2f3
commit
1db2fea3ea
@ -3,7 +3,8 @@ const today = new Date();
|
|||||||
---
|
---
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© {today.getFullYear()} Rph. All rights reserved.
|
© {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 {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user