1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

Merge branch 'develop' into feat/use-data-uris-for-cursors

This commit is contained in:
BcRikko
2019-02-06 13:23:05 +09:00
31 changed files with 239 additions and 240 deletions

View File

@@ -8,7 +8,7 @@ $background-color: $color-white;
$cursor-url: url(../assets/cursor.png);
$cursor-click-url: url(../assets/cursor-click.png);
$border-size: 0.25em;
$border-size: 4px;
$default-colors: (
normal: $background-color,