1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-29 00:40:18 +02:00

feat: add the new nes-cursor class

This commit is contained in:
alexdahl
2019-05-31 15:43:35 -06:00
parent 966a950db9
commit cfca1d4665
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
.nes-pointer {
cursor: $cursor-click-url, pointer;
}