diff --git a/templates/main.css b/templates/main.css index fe6323a..0f369e0 100644 --- a/templates/main.css +++ b/templates/main.css @@ -24,7 +24,7 @@ blockquote { } pre, code { - background: rgb(248, 248, 252); + background: #F8F8FC; } code { @@ -162,4 +162,9 @@ main footer { nav h1 a { color: white; } + + code { + background: black; + color: #F8F8FC; + } } \ No newline at end of file