Add page source link and footer link hover effects

This commit is contained in:
2026-04-20 01:11:46 +02:00
parent 0f65c953ba
commit 0fa1699dff
2 changed files with 41 additions and 1 deletions
+33 -1
View File
@@ -43,12 +43,44 @@ p {
margin-bottom: 0;
}
/* a {
transition: color 0.5s;
}
a:hover {
color: #3d2f1f;
} */
/* Footer */
footer {
display: flex;
position: fixed;
bottom: 1rem;
left: 1rem;
font-size: 0.8rem;
opacity: 0.4;
gap: 1rem;
}
footer p {
color: #3d2f1f66;
}
footer a {
color: #3d2f1f66;
transition: color 0.5s;
}
footer a:hover {
color: #3d2f1f;
}
footer svg {
margin-left: 0.25rem;
height: 1em;
width: 1em;
vertical-align: -0.15rem;
fill: currentColor;
}
/* Corner Ribbon */