Change code backgound color

This commit is contained in:
Yorick Barbanneau 2020-04-02 01:43:36 +02:00
parent 3f10edb533
commit bd554b3814

View file

@ -701,7 +701,7 @@ code {
font-family: 'Fira Mono', monospace, sans-serif;
font-size: 0.80em;
white-space: pre;
background: #faf9f7;
background: #e6e6e6;
}
pre {