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