mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-12 23:44:23 +00:00
- Propegated code block changes to v2.
This commit is contained in:
parent
3122f2eb41
commit
7700d1cae7
1 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue