Commit 4b65fec4 authored by Julius Volz's avatar Julius Volz

Merge pull request #388 from prometheus/box-color

Change codebox/toc color from red-ish to gray.
parents 9739676c 6f8fd43b
...@@ -323,7 +323,7 @@ footer { ...@@ -323,7 +323,7 @@ footer {
.toc { .toc {
padding: 1em; padding: 1em;
background-color: #f9f2f4; background-color: #f5f5f5;
} }
.toc-right { .toc-right {
...@@ -347,7 +347,7 @@ pre { ...@@ -347,7 +347,7 @@ pre {
border-left: 4px solid #e6522c; border-left: 4px solid #e6522c;
border-radius: 0; border-radius: 0;
font-family: "Courier New", Monaco, Menlo, Consolas, monospace; font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
background-color: #f9f2f4; background-color: #f5f5f5;
color: #333; color: #333;
padding: 15px; padding: 15px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment