stack traces in the brush editor
after 35 thousand years it's finally here good erro message
This commit is contained in:
parent
c1612b2a94
commit
e49885c83a
11 changed files with 710 additions and 150 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue