Icon colors match admonitions
This commit is contained in:
parent
1d63898d0c
commit
fc709ae7b9
3 changed files with 53 additions and 4 deletions
|
@ -1,6 +1,33 @@
|
|||
.note-blue {
|
||||
color: #448AFF;
|
||||
}
|
||||
.info-blue {
|
||||
color: #00B8D4;
|
||||
}
|
||||
.tip-teal {
|
||||
color: #00BFA5;
|
||||
}
|
||||
.success-green {
|
||||
color: #00C853;
|
||||
}
|
||||
.question-green {
|
||||
color: #64DD17;
|
||||
}
|
||||
.warning-yellow {
|
||||
color: #FF9100;
|
||||
}
|
||||
.info-blue {
|
||||
color: #00B8D4;
|
||||
.failure-red {
|
||||
color: #FF5252;
|
||||
}
|
||||
.danger-red {
|
||||
color: #FF1744;
|
||||
}
|
||||
.bug-pink {
|
||||
color: #F50057;
|
||||
}
|
||||
.example-purple {
|
||||
color: #7C4DFF;
|
||||
}
|
||||
.quote-grey {
|
||||
color: #9E9E9E;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue