_sass/addon/commons.scss in jekyll-theme-chirpy-6.4.1 vs _sass/addon/commons.scss in jekyll-theme-chirpy-6.4.2
- old
+ new
@@ -1,8 +1,6 @@
-/*
- The common styles
-*/
+/* The common styles */
html {
@media (prefers-color-scheme: light) {
&:not([data-mode]),
&[data-mode='light'] {
@@ -83,10 +81,9 @@
blockquote {
border-left: 5px solid var(--blockquote-border-color);
padding-left: 1rem;
color: var(--blockquote-text-color);
- display: flex;
> p:last-child {
margin-bottom: 0;
}