fix: ajout style blockquote
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1f639b5032
commit
097fb62423
1 changed files with 12 additions and 0 deletions
|
@ -158,6 +158,18 @@ table {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background-color: var(--background-color-alt);
|
||||
margin: 0 1rem;
|
||||
padding: 0.1rem 1rem;
|
||||
font-style: italic;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
table td, table th {
|
||||
background-color: var(--background-color-alt);
|
||||
padding: 4px 12px;
|
||||
|
|
Loading…
Reference in a new issue