aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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; }