1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

fix: resume the blockquote display type (#1480)

Undo changes in #1449
This commit is contained in:
Cotes Chung
2024-01-13 22:00:08 +08:00
committed by GitHub
parent 6a17a7d46c
commit c7cfde0930

View File

@@ -1,6 +1,4 @@
/*
The common styles
*/
/* The common styles */
html {
@media (prefers-color-scheme: light) {
@@ -85,7 +83,6 @@ 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;