fix(css): override sanitize.css cursor rule

This commit is contained in:
curben 2019-09-03 17:53:42 +01:00
parent aabd85edb8
commit c35ebb1516
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
@import "sanitize/forms";
html {
cursor: unset;
line-height: 1.15;
}