💄 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue