about summary refs log tree commit diff
path: root/doc/style.css
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-03-26 08:24:27 -0400
committerGraham Christensen <graham@grahamc.com>2018-03-26 21:44:24 -0400
commit8dac5ce146c0c3afe963ea8bc955d5b147853345 (patch)
treefde04ea30558c36bd80d810d3024e1696bd6d306 /doc/style.css
parent378e05c6ddcc213652e51c9bdaa5d54c66959156 (diff)
nixpkgs docs: syntax highlight
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index 23cbdff389152..83dae0dd2cd2e 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -104,7 +104,7 @@ pre.screen, pre.programlisting
     padding: 3px 3px;
     margin-left: 1.5em;
     margin-right: 1.5em;
-    color: #600000;
+
     background: #f4f4f8;
     font-family: monospace;
     border-radius: 0.4em;