feat(web/homepage): Add styling for Cheddar callouts

This commit is contained in:
Vincent Ambo 2020-02-09 13:02:14 +00:00
parent 14b5447aac
commit b836a0df28
2 changed files with 27 additions and 2 deletions

View file

@ -99,9 +99,9 @@ better than other phones out there right now. Unfortunately it runs Samsung's
impossible-to-remove bloatware on top of Android, but that is still less impossible-to-remove bloatware on top of Android, but that is still less
annoying to use than iOS. annoying to use than iOS.
This is the only item on this list for which I am actively seeking a QUESTION: This is the only item on this list for which I am actively seeking a
replacement, so if you have any tips about new phones that might fit these replacement, so if you have any tips about new phones that might fit these
criteria that I've missed please let me know. criteria that I've missed please let me know!
[se]: https://en.wikipedia.org/wiki/IPhone_SE [se]: https://en.wikipedia.org/wiki/IPhone_SE
[s10e]: https://www.phonearena.com/phones/Samsung-Galaxy-S10e_id11114 [s10e]: https://www.phonearena.com/phones/Samsung-Galaxy-S10e_id11114

View file

@ -140,3 +140,28 @@ pre {
img { img {
max-width: 100%; max-width: 100%;
} }
.cheddar-callout {
display: block;
padding: 10px;
}
.cheddar-question {
color: #3367d6;
background-color: #e8f0fe;
}
.cheddar-todo {
color: #616161;
background-color: #eeeeee;
}
.cheddar-tip {
color: #00796b;
background-color: #e0f2f1;
}
.cheddar-warning {
color: #a52714;
background-color: #fbe9e7;
}