code styling

This commit is contained in:
2026-02-20 23:49:03 -05:00
parent 0193445394
commit bbc9ef7828
3 changed files with 28 additions and 20 deletions

View File

@@ -124,7 +124,10 @@ a {
}
pre {
overflow-x: auto;
overflow-x: auto;
background-color: #000;
border-radius: 4pt;
padding: 2pt;
}
code {
@@ -132,6 +135,8 @@ code {
font-variant-ligatures: normal;
white-space: pre;
color: green;
background-color: #000;
border-radius: 2pt;
}
.top-image {