fix(css): force pointer cursor on <a>

- partially revert bdef12bcb6
This commit is contained in:
curben 2019-09-06 14:09:46 +01:00
parent bdef12bcb6
commit dd9004bac5
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ h3 {
a {
color: inherit;
cursor: pointer;
}
a:active,
@ -847,6 +848,7 @@ svg#link {
.copy-button {
border: 1px solid #999;
border-radius: 5px;
cursor: pointer;
font-size: 0.8em;
line-height: 1em;
padding: 5px;