💄 Changed default settings of prism.css
This commit is contained in:
parent
21aee02622
commit
425cf2c6b4
1 changed files with 6 additions and 4 deletions
|
|
@ -11,8 +11,10 @@ pre[class*="language-"] {
|
|||
color: #f8f8f2;
|
||||
background: none;
|
||||
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||
font-size: 1em;
|
||||
/* font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; */
|
||||
font-family: monospace;
|
||||
font-size: 1.1em;
|
||||
font-weight: 500;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
|
|
@ -64,7 +66,7 @@ pre[class*="language-"] { background: #272822;
|
|||
}
|
||||
|
||||
.token.namespace {
|
||||
opacity: .7;
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.token.property,
|
||||
|
|
@ -127,7 +129,7 @@ pre[class*="language-"] { background: #272822;
|
|||
background-color: #252525;
|
||||
}
|
||||
.token.italic {
|
||||
font-style: italic;
|
||||
font-style: italic;
|
||||
background-color: #252525;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue