blockquote and code styling

This commit is contained in:
Julien Calixte
2022-12-06 23:37:53 +01:00
parent be4afc722a
commit f58ba90467
3 changed files with 17 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ withDefaults(defineProps<Props>(), {
background-color: #561b00;
padding: 1rem;
margin: 1rem 0;
border-radius: 15px;
border-radius: 0.3em;
font-family: var(--code-font-family);
hr {