stack traces in the brush editor

after 35 thousand years it's finally here
good erro message
This commit is contained in:
りき萌 2025-06-25 20:51:34 +02:00
parent c1612b2a94
commit e49885c83a
11 changed files with 710 additions and 150 deletions

View file

@ -2,6 +2,7 @@
:root {
--color-text: #111;
--color-text-dim: #777;
--color-error: #db344b;
--color-brand-blue: #40b1f4;
@ -190,6 +191,12 @@ pre:has(code) {
overflow: auto;
}
/* Abbreviations */
abbr {
cursor: help;
}
/* Icons */
:root {