Change code colour
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Sergio Durigan Junior 2024-08-08 13:05:37 -04:00
parent 17d8a78831
commit 6414cd39b9
Signed by: sergiodj
GPG key ID: D0EB762865FC5E36

View file

@ -1,3 +1,7 @@
body { body {
font-family: JetBrains Mono; font-family: JetBrains Mono;
}; }
code {
color: #c9ee44;
}