feat: copyright notice now shows its clickableness

This commit is contained in:
moonleay 2023-11-09 18:16:38 +01:00
parent ab864e0247
commit 4ddb323091
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -72,6 +72,14 @@ footer {
margin: 0 auto;
text-align: center;
font-size: 0.75rem;
a {
transition: .5s;
}
a:hover {
color: rgb(96 59 255) !important;
}
}
@media (min-width: 768px) {