code style update

This commit is contained in:
ed barz 2023-01-09 15:54:32 +01:00
parent ea95ff1e0d
commit 4581a752f9
1 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,10 @@ brz9 theme
--hlb9c-pink: #f17639;
}
code {
pre code {
padding: 20px;
background: var(--hlb9c-bg);
color: var(--hlb9c-fg);
font-size: 1rem;
font-weight: 400;
}