X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/fca88ab2c458a7ae367bfede7d2ddce2e0458f97..b27b281bae08c81b79217a6f7ed5dfa2654f4239:/base.css diff --git a/base.css b/base.css index 7cafc57..ffa59a5 100644 --- a/base.css +++ b/base.css @@ -504,10 +504,10 @@ table.dimap { /* code syntax */ .sy-comment { color: #888 } .sy-constant { color: #008 } -.sy-type, .sy-identifier { color: #804 } .sy-statement { } .sy-preProc { } +.sy-type, .sy-special { color: #408 } .sy-error { font-weight: bold; background-color: #F00; color: #FFF } .sy-todo { background-color: #FF0 }