From 868c8c46d30a911e8a42eaa6e935d1d886c7543c Mon Sep 17 00:00:00 2001 From: Elronnd Date: Mon, 13 Feb 2017 22:55:00 -0700 Subject: [PATCH] Fix a typo in the css for the highlighter --- src/highlighter.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/highlighter.d b/src/highlighter.d index b2a0a76..79ce661 100644 --- a/src/highlighter.d +++ b/src/highlighter.d @@ -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; }