Skip to content

Commit 0d89262

Browse files
committed
fix code highlighting in github
1 parent 1014996 commit 0d89262

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

github.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,3 +806,21 @@ main section
806806
{
807807
background: $main-background-color !important;
808808
}
809+
// code {{{
810+
.markdown-body .highlight pre,
811+
.markdown-body pre
812+
{
813+
background-color: $background-dark !important;
814+
}
815+
// string highlithing
816+
.pl-pds,
817+
.pl-s,
818+
.pl-s .pl-pse .pl-s1,
819+
.pl-sr,
820+
.pl-sr .pl-cce,
821+
.pl-sr .pl-sra,
822+
.pl-sr .pl-sre
823+
{
824+
color: $stress2 !important;
825+
}
826+
// }}}

0 commit comments

Comments
 (0)