Update site.css
Correct cursor styling for style-switching labels
This commit is contained in:
parent
f771c8c0d9
commit
53330eef69
@ -254,6 +254,10 @@ a:hover , a:visited:hover, .navbar-link > label:hover {
|
|||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-link > label:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
a, a:visited, .navbar-link > label {
|
a, a:visited, .navbar-link > label {
|
||||||
color: #34345C;
|
color: #34345C;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user