advise against upgrading and add some dramatic styling to this

This commit is contained in:
Markus Unterwaditzer
2026-02-10 21:45:08 +01:00
committed by Cooper Quintin
parent 4f3c7fb7a9
commit 9128eefcfc
3 changed files with 16 additions and 1 deletions

6
doc/custom.css Normal file
View File

@@ -0,0 +1,6 @@
.warning-box {
padding: 0.75em 1em;
border-left: 4px solid #e33;
border-radius: 4px;
background-color: color-mix(in srgb, currentColor 10%, transparent);
}