update code render

This commit is contained in:
Simon Vieille 2022-02-07 14:56:26 +01:00
parent 2a98ae7653
commit fcd1decbc5

View file

@ -894,6 +894,10 @@ $links: (
background: #000000; background: #000000;
} }
.code-window {
background: #000000 url('../images/window.svg') no-repeat center right;
}
.body pre { .body pre {
background: #141414; background: #141414;
} }