change layout and code font familyt

This commit is contained in:
Julien Calixte
2022-12-06 23:10:51 +01:00
parent 3cbef2fc35
commit eb9f74ecb9
4 changed files with 20 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ withDefaults(defineProps<Props>(), {
padding: 1rem;
margin: 1rem 0;
border-radius: 15px;
font-family: 'Cousine', monospace;
font-family: var(--code-font-family);
hr {
margin-bottom: 1rem;