fix: small styling adjust for inline code

This commit is contained in:
Stevan Freeborn
2023-04-10 10:14:08 -05:00
parent f81f0f5d06
commit 0a342725de
+2 -2
View File
@@ -26,12 +26,12 @@
.container>article>p { .container>article>p {
margin-top: 20px; margin-top: 20px;
color: #c1c9d2 color: #c1c9d2;
} }
.container>article>p>code { .container>article>p>code {
background-color: #0b3766; background-color: #0b3766;
padding: 0.2rem 0.5rem; padding: 0.1rem 0.5rem;
border-radius: 5px; border-radius: 5px;
} }