Skip to content

Commit

Permalink
One more whack at the mole
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed May 16, 2024
1 parent 3ce9419 commit 18a4ff2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/sketchzone.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
body {
--sketchzone-mono-font-family: monospace;
--sketchzone-ui-font-family: sans-serif;
--sketchzone-line-numbers-font-family: var(--sketchzone-mono);
--sketchzone-line-numbers-font-family: var(--sketchzone-mono-font-family);

--sketchzone-radius: 8px;
--sketchzone-button-size: 2rem;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sketchzone",
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit 18a4ff2

Please sign in to comment.