Fix rounded borders for text and removed unnecessary padding

This commit is contained in:
2024-03-02 00:38:53 +01:00
parent d3934ad375
commit 39384484e6

View File

@@ -6,17 +6,14 @@ img {
code {
font-family: Menlo, Monaco, "Courier New", monospace;
padding: 2px 4px;
font-size: 90%;
color: #32c725;
background-color: #0f240e;
border-radius: .4rem;
}
pre code {
font-family: Menlo, Monaco, "Courier New", monospace;
color: #fff;
padding: 2px 4px;
font-size: 90%;
background-color: #0000;
}
@@ -25,6 +22,7 @@ pre {
padding: .5rem;
line-height: 1.25;
overflow-x: scroll;
border-radius: .4rem;
}
.sourceCode {