1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Updated prism colors

This commit is contained in:
Eldad Fux 2020-02-10 21:30:05 +02:00
parent 7a335dc9e4
commit 95a0c8e827
4 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -24,6 +24,8 @@
--config-color-warning: #ffed4d;
--config-border-color: #f5f5f5;
--config-border-radius: 10px;
--config-prism-background: #373738;
--config-prism-numbers: #39393c;
@media @dark {

View file

@ -7,7 +7,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
*/
.ide {
background-color: #373738;
background-color: var(--config-prism-background);
overflow: hidden;
position: relative;
z-index: 1;
@ -286,7 +286,7 @@ pre[class*="language-"].line-numbers > code {
}
.line-numbers .line-numbers-rows {
background: #39393c;
background: var(--config-prism-numbers);
position: absolute;
pointer-events: none;
top: -20px;