Archived
1
0

Update site.css

Correct cursor styling for style-switching labels
This commit is contained in:
l-n-s 2017-10-25 17:45:33 +00:00 committed by GitHub
parent f771c8c0d9
commit 53330eef69

View File

@ -254,6 +254,10 @@ a:hover , a:visited:hover, .navbar-link > label:hover {
color: #ff0000;
}
.navbar-link > label:hover {
cursor: pointer;
}
a, a:visited, .navbar-link > label {
color: #34345C;
}