Skip to content

Commit e584425

Browse files
Merge pull request #48 from Lemon73-Computing/lemon73/style-blockquote
style(blockquote): improved the blockquote design
2 parents 70bd19f + ff6010e commit e584425

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/css/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@ h2 {
110110
font-family: "Kaisei Opti", var(--default-fonts);
111111
}
112112

113+
blockquote {
114+
opacity: 0.8;
115+
margin: 16px 16px;
116+
padding: 0 24px;
117+
position: relative;
118+
box-sizing: border-box;
119+
border-left: 4px solid var(--fonts-color);
120+
}
121+
113122
/* Footer copyright */
114123
footer p {
115124
font-family: "Playpen Sans", var(--default-fonts);

0 commit comments

Comments
 (0)