diff --git a/config.json b/config.json index 3502965..7d231cc 100644 --- a/config.json +++ b/config.json @@ -25,9 +25,12 @@ "theme": { "light": "#f8f9fa", "dark": "#343a40", - "accent": "#00f07f" + "accent": "#007aff" }, "color": { + "error": "#ff3b2f", + "warn": "#ffcc02", + "success": "#35c759" }, "properties": { }, diff --git a/reset.mjs b/reset.mjs index 3755d36..946946f 100644 --- a/reset.mjs +++ b/reset.mjs @@ -14,9 +14,6 @@ export default function reset (query) { html:focus-within { scroll-behavior: smooth; } -body { - min-height: 100vh; -} audio, canvas, embed,