feat: copyright notice now shows its clickableness
This commit is contained in:
parent
ab864e0247
commit
4ddb323091
1 changed files with 8 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue