diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-10-03 19:09:31 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-10-03 19:09:31 +0400 |
commit | 7c6da4babd01da31c57c5c6c827eb2957c989b1c (patch) | |
tree | 1cc063c24326044b9ee968b2278e0864e8ee7051 /styles/style.css | |
parent | a52e1d543d22fdacf87ec00988b753d2d1107c1d (diff) | |
download | dokka-7c6da4babd01da31c57c5c6c827eb2957c989b1c.tar.gz dokka-7c6da4babd01da31c57c5c6c827eb2957c989b1c.tar.bz2 dokka-7c6da4babd01da31c57c5c6c827eb2957c989b1c.zip |
Language Service now formats to ContentNode instead of String.
Diffstat (limited to 'styles/style.css')
-rw-r--r-- | styles/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css index 012587a6..bf6f7000 100644 --- a/styles/style.css +++ b/styles/style.css @@ -7,6 +7,17 @@ body, table { font-weight:300; } +.keyword { + color:black; +} + +.symbol { +} + +.identifier { + color: darkblue; +} + h1, h2, h3, h4, h5, h6 { color:#222; margin:0 0 20px; |