Add all news posts (still some TODOs)
This commit is contained in:
@@ -104,3 +104,10 @@
|
||||
background-color: #fff3cd;
|
||||
color: #856404;
|
||||
}
|
||||
|
||||
// Disable the horrendous open and close quotes on blockquote content
|
||||
blockquote p:first-of-type {
|
||||
&::before, &::after {
|
||||
content: "" !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user