blockquote styling #5

Closed
opened 2023-11-07 22:28:15 +00:00 by Squel · 0 comments
Squel commented 2023-11-07 22:28:15 +00:00 (Migrated from codeberg.org)

similar to discord, i want a bar next to the blockquote, below is a simple implementation to put in global.css:

blockquote {
    border-left: 3px solid var(--accent);
    padding: 0 3%;
}
similar to discord, i want a bar next to the blockquote, below is a simple implementation to put in `global.css`: ```css blockquote { border-left: 3px solid var(--accent); padding: 0 3%; } ```
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
squel/website#5
No description provided.