💄 Changed default settings of prism.css

This commit is contained in:
z3rOR0ne 2022-07-13 09:12:00 -07:00
parent 21aee02622
commit 425cf2c6b4

View file

@ -11,8 +11,10 @@ pre[class*="language-"] {
color: #f8f8f2; color: #f8f8f2;
background: none; background: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.3); text-shadow: 0 1px rgba(0, 0, 0, 0.3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; /* font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; */
font-size: 1em; font-family: monospace;
font-size: 1.1em;
font-weight: 500;
text-align: left; text-align: left;
white-space: pre; white-space: pre;
word-spacing: normal; word-spacing: normal;
@ -64,7 +66,7 @@ pre[class*="language-"] { background: #272822;
} }
.token.namespace { .token.namespace {
opacity: .7; opacity: .7;
} }
.token.property, .token.property,
@ -127,7 +129,7 @@ pre[class*="language-"] { background: #272822;
background-color: #252525; background-color: #252525;
} }
.token.italic { .token.italic {
font-style: italic; font-style: italic;
background-color: #252525; background-color: #252525;
} }