Give code boxes and images a slight round border

This commit is contained in:
Marcel Kapfer 2022-02-24 18:18:37 +01:00
parent 28b523bb17
commit 2f265b8443
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 2 deletions

View File

@ -257,7 +257,8 @@ main {
margin: 0; margin: 0;
img { img {
width: 100% width: 100%;
border-radius: 20px;
} }
} }
@ -306,7 +307,7 @@ main {
} }
.highlight > pre { .highlight > pre {
border-radius: 2px; border-radius: 20px;
overflow-y: auto; overflow-y: auto;
padding: 20px; padding: 20px;
} }