improve note/warn/important boxes

This commit is contained in:
lynxize 2025-02-06 21:16:29 -07:00
parent 8e3b64350f
commit 36d70b7e16

View file

@ -73,6 +73,7 @@ footer {
border-radius: 5px;
border-style: solid;
border-color: #8aadf4;
background-color: #242e42;
padding: 2px 8px 2px 15px;
}
@ -80,7 +81,8 @@ footer {
.insert-warning {
border-radius: 5px;
border-style: solid;
border-color: hsl(343deg, 81%, 50%);
border-color: #e71853;
background-color: #42242c;
padding: 2px 8px 2px 15px;
}
@ -88,7 +90,8 @@ footer {
.insert-important {
border-radius: 5px;
border-style: solid;
border-color: hsl(23deg, 92%, 50%);
border-color: #f5640a;
background-color: #32241b;
padding: 2px 8px 2px 15px;
}