diff --git a/themes/notepadium/assets/css/chroma/dracula.css b/themes/notepadium/assets/css/chroma/dracula.css index 1f322b0..496ae65 100644 --- a/themes/notepadium/assets/css/chroma/dracula.css +++ b/themes/notepadium/assets/css/chroma/dracula.css @@ -1,4 +1,4 @@ -/* Background */ pre, .chroma { color: #f8f8f2; background-color: #282a36 } +/* Background */ pre, .chroma { color: #f8f8f2; background-color: #000 } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; } /* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc } diff --git a/themes/notepadium/assets/css/hljs/dracula.css b/themes/notepadium/assets/css/hljs/dracula.css index d2af472..c2f645c 100644 --- a/themes/notepadium/assets/css/hljs/dracula.css +++ b/themes/notepadium/assets/css/hljs/dracula.css @@ -15,7 +15,7 @@ http://zenorocha.mit-license.org */ pre { - background-color: #282a36; + background-color: #000; } .hljs-keyword, diff --git a/themes/notepadium/assets/css/prism/dracula.css b/themes/notepadium/assets/css/prism/dracula.css index 843a8c5..7b63c4b 100644 --- a/themes/notepadium/assets/css/prism/dracula.css +++ b/themes/notepadium/assets/css/prism/dracula.css @@ -13,7 +13,7 @@ pre { :not(pre) > code[class*="language-"], pre { - background-color: #282a36; } + background-color: #000; } .token.comment, .token.prolog,