💄 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;