User cursor:pointer for all links by default
This commit is contained in:
@ -42,6 +42,7 @@ svg {
|
|||||||
a {
|
a {
|
||||||
color: $actionColor;
|
color: $actionColor;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
h1, h2, h3,
|
h1, h2, h3,
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
|
Reference in New Issue
Block a user