- Propegated code block changes to v2.

This commit is contained in:
Rachael Alexanderson 2017-01-10 06:55:40 -06:00
parent 3122f2eb41
commit 7700d1cae7

View file

@ -506,12 +506,19 @@ dl.codebox code {
color: #CCCCCC;
}
.syntaxbg { color: #FFFFFF; }
/*.syntaxbg { color: #FFFFFF; }
.syntaxcomment { color: #FF8000; }
.syntaxdefault { color: #0000BB; }
.syntaxhtml { color: #000003; }
.syntaxkeyword { color: #006413; }
.syntaxstring { color: #DD0000; }
.syntaxstring { color: #DD0000; }*/
.syntaxbg { color: #000000; }
.syntaxcomment { color: #808024; }
.syntaxdefault { color: #4D97C4; }
.syntaxhtml { color: #999999; }
.syntaxkeyword { color: #A36D7C; }
.syntaxstring { color: #3C993C; }
/* Attachments
----------------------------------------*/
@ -1091,4 +1098,4 @@ input.disabled {
.pm_alert h3 {
color: #ebebeb;
border-bottom-color: #4d4e4e;
}
}