mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
subdue harsh error markup
This commit is contained in:
parent
741d4fd588
commit
5e65032e37
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* Background */ .bg { color: #f8f8f2; background-color: #272822; }
|
/* Background */ .bg { color: #f8f8f2; background-color: #272822; }
|
||||||
/* PreWrapper */ .chroma { color: #f8f8f2; background-color: #272822; }
|
/* PreWrapper */ .chroma { color: #f8f8f2; background-color: #272822; }
|
||||||
/* Other */ .chroma .x { }
|
/* Other */ .chroma .x { }
|
||||||
/* Error */ .chroma .err { color: #960050; background-color: #1e0010 }
|
/* Error */ .chroma .err { }
|
||||||
/* CodeLine */ .chroma .cl { }
|
/* CodeLine */ .chroma .cl { }
|
||||||
/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
|
/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
|
||||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||||
|
|
Loading…
Reference in a new issue