improve note/warn/important boxes
This commit is contained in:
parent
8e3b64350f
commit
36d70b7e16
1 changed files with 5 additions and 2 deletions
|
@ -73,6 +73,7 @@ footer {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #8aadf4;
|
border-color: #8aadf4;
|
||||||
|
background-color: #242e42;
|
||||||
|
|
||||||
padding: 2px 8px 2px 15px;
|
padding: 2px 8px 2px 15px;
|
||||||
}
|
}
|
||||||
|
@ -80,7 +81,8 @@ footer {
|
||||||
.insert-warning {
|
.insert-warning {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: hsl(343deg, 81%, 50%);
|
border-color: #e71853;
|
||||||
|
background-color: #42242c;
|
||||||
|
|
||||||
padding: 2px 8px 2px 15px;
|
padding: 2px 8px 2px 15px;
|
||||||
}
|
}
|
||||||
|
@ -88,7 +90,8 @@ footer {
|
||||||
.insert-important {
|
.insert-important {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: hsl(23deg, 92%, 50%);
|
border-color: #f5640a;
|
||||||
|
background-color: #32241b;
|
||||||
|
|
||||||
padding: 2px 8px 2px 15px;
|
padding: 2px 8px 2px 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue