]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
add blockquote style
[chloro.git] / chloro / phyll / static / css / style.scss
index 164c2df075ca3220e54256ebbae92dd0cb78ea2f..f4d4f7ada79707db697bc9c4f1b7a181bb41d6cf 100644 (file)
@@ -141,6 +141,11 @@ main {
                        margin: 0.5em 0;
                }
        }
                        margin: 0.5em 0;
                }
        }
+       blockquote {
+               background: #eeeefd;
+               padding: 0.1em 1em;
+               clip-path: polygon(0px 0px, 94.27% 2px, 99.63% 2.65%, 98.39% 97.48%, 10% 100%, 0% 100%, 0px 0px);
+       }
 }
 
 .post-list {
 }
 
 .post-list {