made codeblocks more readable

This commit is contained in:
2025-05-09 17:35:11 +02:00
parent c9e090b4c3
commit c3a8b5bc1f
+2 -1
View File
@@ -144,9 +144,10 @@ hr {
code {
font-family: 'SF Mono', menlo, inconsolata, monospace;
font-size: calc(1em - 2px);
color: #555;
color: #dadada;
padding: 0.2em 0.4em;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.1);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}