GFM Alert tweaks
This commit is contained in:
parent
e4e0349a32
commit
cc9b482431
1 changed files with 4 additions and 4 deletions
|
@ -65,17 +65,17 @@
|
|||
}
|
||||
/* Warnings */
|
||||
.warning {
|
||||
border-color: var(--orange);
|
||||
border-color: var(--yellow);
|
||||
}
|
||||
.warning .title p::before {
|
||||
content: "\e9a3";
|
||||
color: var(--orange);
|
||||
content: "\eac5";
|
||||
color: var(--yellow);
|
||||
}
|
||||
/* Cautions */
|
||||
.caution {
|
||||
border-color: var(--red);
|
||||
}
|
||||
.caution .title p::before {
|
||||
content: "\ee87";
|
||||
content: "\eac6";
|
||||
color: var(--red);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue