Fix markdown styling
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -1294,3 +1294,29 @@ h3.collapsible span.arrow {
|
||||
#Sidebar__HubSpotContainer.submitted-message p {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
/* logo.md */
|
||||
.logoWhite {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* Utility API Styling */
|
||||
.textGreen {
|
||||
color: #82b366;
|
||||
}
|
||||
.textBlue {
|
||||
color: #6c8ebf;
|
||||
}
|
||||
.textPurple {
|
||||
color: #9673a6;
|
||||
}
|
||||
.textYellow {
|
||||
color: #d6b656;
|
||||
}
|
||||
.textRed {
|
||||
color: #b85450;
|
||||
}
|
||||
.textAlignCenter {
|
||||
text-align: center;
|
||||
}
|
||||
/* End of Utility API Styling */
|
||||
|
||||
Reference in New Issue
Block a user