diff --git a/docs/style.css b/docs/style.css index 5132352..1995da4 100644 --- a/docs/style.css +++ b/docs/style.css @@ -190,7 +190,7 @@ header > p > a { } .guide-content code:not([class*='language-']) { - background: #00000000; + background: #1e1e1e; color: #c9d1d9; }