Fixed inline code
All checks were successful
/ build (push) Successful in 35s

This commit is contained in:
vanten-s 2024-08-06 00:23:48 +02:00
parent f6cb92aa98
commit 30db30e41a
Signed by: vanten-s
GPG key ID: DE3060396884D3F2

View file

@ -2,6 +2,12 @@
color: #cdd6f4;
background-color: #1e1e2e;
}
code {
color: #cdd6f4;
background-color: #1e1e2e;
}
.chroma .cl {
color: #cdd6f4;
}