improve code css

This commit is contained in:
askiiart 2025-01-17 09:22:56 -06:00
parent 59f3f7f635
commit b3f65e70c2
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,6 @@ pre[class*=language-] {
background: #0e0f0f;
text-shadow: 0 1px rgba(0, 0, 0, .3);
font-family: 'FiraCode', url('/assets/FiraCodeNerdFontMono-Regular.woff2');
font-size: 0.95em;
text-align: left;
white-space: pre;
word-spacing: normal;

View file

@ -69,6 +69,8 @@ code {
background: #0e0f0f;
border-radius: .2em;
padding: .125em;
padding-left: 0.2em;
font-size: 14px;
}
wrap {