Change code colour
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
17d8a78831
commit
6414cd39b9
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
body {
|
body {
|
||||||
font-family: JetBrains Mono;
|
font-family: JetBrains Mono;
|
||||||
};
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
color: #c9ee44;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue