rj1
about | log | files | refs
commit 354f4a71cc9620cea70e07287652d8e3d7aac872
parent e96a1f3224d7d0298af97ab738d4568febd84938
author: rj1 <[email protected]>
date:   Thu,  8 Dec 2022 12:20:33 -0600

css: change background-color for code blocks

Diffstat:
Mthemes/rj1/static/css/style.css | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/themes/rj1/static/css/style.css b/themes/rj1/static/css/style.css @@ -130,8 +130,7 @@ figure h4::before { } pre code { - background-color: #ad69af; - color: white; + background-color: inherit; color: inherit; font-size: 100%; padding: 0; @@ -431,7 +430,6 @@ a:hover { .highlight pre code[class*="language-bash"]::before, .highlight pre code[class*="language-sh"]::before { content: "shell"; - background: #ad69af; color: white; }