mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-17 10:53:57 +00:00
Update quote stylesheet
This commit is contained in:
parent
e6b356e9b0
commit
7fdb5389af
1 changed files with 4 additions and 2 deletions
|
@ -32,11 +32,13 @@ blockquote {
|
|||
border-left: 3px solid @quote-color;
|
||||
color: @quote-color;
|
||||
background-color: rgba(red(@quote-color), green(@quote-color), blue(@quote-color), 0.1);
|
||||
padding: 4px 8px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
padding: 2px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 2px;
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
||||
blockquote.spoiler {
|
||||
|
|
Loading…
Add table
Reference in a new issue