Merge pull request #402 from Elronnd/master

Fix a typo in the css for the highlighter
This commit is contained in:
Brian Schott 2017-02-15 21:55:35 -08:00 committed by GitHub
commit 4d3d72d9aa
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ void highlight(R)(ref R tokens, string fileName)
html { background-color: #fdf6e3; color: #002b36; }
.kwrd { color: #b58900; font-weight: bold; }
.com { color: #93a1a1; font-style: italic; }
.num { color: #dc322f; font-weigth: bold; }
.num { color: #dc322f; font-weight: bold; }
.str { color: #2aa198; font-style: italic; }
.op { color: #586e75; font-weight: bold; }
.type { color: #268bd2; font-weight: bold; }