mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add a leading border to block quotes so that they can more easily be distinguished. Issue #1639
This commit is contained in:
@@ -195,8 +195,10 @@ sub {
|
||||
|
||||
@media (max-width: 420px) {
|
||||
blockquote {
|
||||
margin-inline-start: 25px;
|
||||
margin-inline-start: 0;
|
||||
margin-inline-end: 0;
|
||||
padding-left: 15px;
|
||||
border-left: 3px solid var(--secondary-accent-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user