about/docs/stylesheets/extra.css

33 lines
No EOL
427 B
CSS

.note-blue {
color: #448AFF;
}
.info-blue {
color: #00B8D4;
}
.tip-teal {
color: #00BFA5;
}
.success-green {
color: #00C853;
}
.question-green {
color: #64DD17;
}
.warning-yellow {
color: #FF9100;
}
.failure-red {
color: #FF5252;
}
.danger-red {
color: #FF1744;
}
.bug-pink {
color: #F50057;
}
.example-purple {
color: #7C4DFF;
}
.quote-grey {
color: #9E9E9E;
}