found out how to style markown blockquotes

This commit is contained in:
CJSatnarine
2025-03-20 08:00:48 -04:00
parent b01504d142
commit 86abeb41e4
3 changed files with 5 additions and 5 deletions

View File

@@ -28,12 +28,14 @@ h1 {
color: colours.$purple;
}
blockquote > p {
color: colours.$pink;
}
p {
color: colours.$text;
}
// Shortcodes can be used to customise markdown stuff.
#test {
color: colours.$pink;
}