feat(style): prettify <code>'s

This commit is contained in:
Hanwen Guo 2023-01-01 17:03:31 +08:00
parent 89a1983130
commit 210f46cbb3

View File

@ -74,6 +74,9 @@ table, th, td {
code {
color: white;
background: black;
font-size: 80%;
padding: 0.1em 0.2em;
font-size: 90%;
}
code.has-jax {