updated anchor fix to include pointer cursor
All checks were successful
Publish Library / Build NPM Project (push) Successful in 12s
Publish Library / Tag Version (push) Successful in 6s
Publish Library / Publish CDN & Docs (push) Successful in 19s

This commit is contained in:
Zakary Timson 2024-11-29 20:44:22 -05:00
parent e98ed586f5
commit 715d686171
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ztimson/css-utils",
"version": "1.1.1",
"version": "1.1.2",
"description": "CSS Utility Classes",
"readme": "README.md",
"scripts": {

View File

@ -52,6 +52,7 @@ $divisible: (0, 10, 20, 25, 30, 33, 34, 40, 50, 60, 66, 70, 75, 80, 90, 100);
color: var(--theme-primary);
&:not(:hover) { text-decoration: none; }
&:hover { text-decoration: underline; }
cursor: pointer;
}
}