aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:45:35 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:45:35 -0400
commit734a6bba41370d919d3a74466b1a75ce50b2829d (patch)
tree2b8c6a5cfa0b5f61a600d66f486f23561f02d3c4 /style.css
parent5b34fba102ede299d784ea9f4d066e0555c57dbc (diff)
downloadkompetenzbolzen.github.io-734a6bba41370d919d3a74466b1a75ce50b2829d.tar.gz
Making syntax highlighting more readable
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index a8c531b..36780ae 100644
--- a/style.css
+++ b/style.css
@@ -241,7 +241,8 @@ footer {
code {
font-family: 'Courier', monospace;
- font-size: 14px; }
+ font-size: 14px;
+ color: #999999; }
.highlight .c, .highlight .c1 {
color: #586e75; }