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 */
|
/* Warnings */
|
||||||
.warning {
|
.warning {
|
||||||
border-color: var(--orange);
|
border-color: var(--yellow);
|
||||||
}
|
}
|
||||||
.warning .title p::before {
|
.warning .title p::before {
|
||||||
content: "\e9a3";
|
content: "\eac5";
|
||||||
color: var(--orange);
|
color: var(--yellow);
|
||||||
}
|
}
|
||||||
/* Cautions */
|
/* Cautions */
|
||||||
.caution {
|
.caution {
|
||||||
border-color: var(--red);
|
border-color: var(--red);
|
||||||
}
|
}
|
||||||
.caution .title p::before {
|
.caution .title p::before {
|
||||||
content: "\ee87";
|
content: "\eac6";
|
||||||
color: var(--red);
|
color: var(--red);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue