X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2b137fb228bb4cf979a2c63f863c4020ae399d43..b27b281bae08c81b79217a6f7ed5dfa2654f4239:/base.css diff --git a/base.css b/base.css index a2a7d16..ffa59a5 100644 --- a/base.css +++ b/base.css @@ -114,6 +114,7 @@ body > pre { border-width: 0 1px; border-style: solid; white-space: pre; + font-size: 1.9vmin; /* cover full width at most */ } code { white-space: nowrap; @@ -503,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 }