docs: update prism theme

This commit is contained in:
FireIsGood 2024-06-08 23:08:06 -07:00 committed by Jan De Dobbeleer
parent b54878253f
commit 72acdb764c

View file

@ -9,8 +9,8 @@
pre[class*="language-"] {
color: #e0def4;
background: #232136;
font-family: "Cartograph CF", ui-monospace, SFMono-Regular, Menlo, Monaco,
Consolas, "Liberation Mono", "Courier New", monospace;
font-family: "Cartograph CF", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
@ -37,14 +37,14 @@
pre[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection,
pre[class*="language-"] ::-moz-selection {
background: #312f44;
background: #44415a;
}
code[class*="language-"]::selection,
pre[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"] ::selection {
background: #312f44;
background: #44415a;
}
/* Code (block & inline) */
@ -112,7 +112,7 @@
.token.prolog,
.token.cdata,
.token.punctuation {
color: #59546d;
color: #908caa;
}
.token.delimiter,
@ -189,7 +189,7 @@
padding: inherit 0;
margin-top: 1em;
background: #312f44;
background: #44415a;
box-shadow: inset 5px 0 0 #e0def4;
z-index: 0;