cursor changes when hovering over the logo

This commit is contained in:
Jack 2020-06-23 18:58:04 +01:00
parent 1923cc61c9
commit 725c1a97f2

View file

@ -578,6 +578,7 @@ a:hover {
margin-left: -0.15rem;
color: var(--main-color);
transition: .25s;
cursor: pointer;
}