fix: ajout style blockquote
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kazhnuz 2024-08-30 22:59:35 +02:00
parent 1f639b5032
commit 097fb62423

View file

@ -158,6 +158,18 @@ table {
width: 100%; 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 { table td, table th {
background-color: var(--background-color-alt); background-color: var(--background-color-alt);
padding: 4px 12px; padding: 4px 12px;