fix: small styling adjust for inline code
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user