ported to static site, removed _ext folder, split hbs files into partials

This commit is contained in:
skeddles
2021-07-06 17:24:20 -04:00
parent 1e3549b016
commit 1f820fd97e
86 changed files with 1203 additions and 977 deletions

View File

@ -296,7 +296,7 @@ svg {
}
.drawingCanvas {
cursor: url('/pixel-art-where-to-start/pencil-tool-cursor.png');
cursor: url('/pixel-editor/pencil-tool-cursor.png');
border: solid 1px #fff;
image-rendering: optimizeSpeed;