Skip to content

Commit

Permalink
Update adds spot colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kj committed Oct 3, 2023
1 parent ece1dbb commit 8c0e526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@
"theme": {
"light": "#f8f9fa",
"dark": "#343a40",
"accent": "#00f07f"
"accent": "#007aff"
},
"color": {
"error": "#ff3b2f",
"warn": "#ffcc02",
"success": "#35c759"
},
"properties": {
},
Expand Down
3 changes: 0 additions & 3 deletions reset.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export default function reset (query) {
html:focus-within {
scroll-behavior: smooth;
}
body {
min-height: 100vh;
}
audio,
canvas,
embed,
Expand Down

0 comments on commit 8c0e526

Please sign in to comment.