mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 15:05:55 +00:00
edit dracula pre
This commit is contained in:
parent
51089ddd40
commit
a91bf0b0a2
@ -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 }
|
||||
|
||||
@ -15,7 +15,7 @@ http://zenorocha.mit-license.org
|
||||
*/
|
||||
|
||||
pre {
|
||||
background-color: #282a36;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
|
||||
@ -13,7 +13,7 @@ pre {
|
||||
|
||||
:not(pre) > code[class*="language-"],
|
||||
pre {
|
||||
background-color: #282a36; }
|
||||
background-color: #000; }
|
||||
|
||||
.token.comment,
|
||||
.token.prolog,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user