1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-22 13:52:48 +02:00

style: change cursor urls to absolute url

This commit is contained in:
Abdallah Samman
2018-12-11 23:07:33 +02:00
parent 4aa84ec9df
commit b0f833efda

View File

@@ -5,8 +5,8 @@ $font-size: 16px !default;
$base-color: $color-black;
$background-color: $color-white;
$cursor-url: url(../assets/cursor.png);
$cursor-click-url: url(../assets/cursor-click.png);
$cursor-url: url(https://unpkg.com/nes.css/assets/cursor.png);
$cursor-click-url: url(https://unpkg.com/nes.css/assets/cursor-click.png);
$default-colors: (
normal: $background-color,