diff --git a/themes/learn2/css/.custom.css.swp b/themes/learn2/css/.custom.css.swp index a8ac9c1..e3cfb12 100644 Binary files a/themes/learn2/css/.custom.css.swp and b/themes/learn2/css/.custom.css.swp differ diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index 21122c8..0e786c9 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -57,10 +57,13 @@ body { } /* code blocks */ -code[class*="language-"], pre[class*="language-"] { +pre[class*="language-"] { background: #222222 !important; border: 1px solid #555555 !important; } +code[class*="language-"] { + background: #222222 !important; +} pre code { /*color: #b51c42;*/ color: #c897d8 !important;