feat: enhance blockquote styling
Added customized styles for blockquotes, including padding, background color, and a border to improve readability and visual prominence. This enhances the user experience by making blockquotes more distinctive and aesthetically pleasing.
This commit is contained in:
parent
7a88715a69
commit
c0665e0444
1 changed files with 8 additions and 0 deletions
|
@ -303,4 +303,12 @@ a h5 {
|
||||||
.lightbox-content {
|
.lightbox-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
margin: 0;
|
||||||
|
padding: 20px;
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
border-left: 5px solid #007bff;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
Loading…
Reference in a new issue