Add page source link and footer link hover effects
This commit is contained in:
+33
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user