summaryrefslogtreecommitdiff
path: root/pre-box.css
diff options
context:
space:
mode:
Diffstat (limited to 'pre-box.css')
-rw-r--r--pre-box.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-box.css b/pre-box.css
index 25c2dc3..30334cc 100644
--- a/pre-box.css
+++ b/pre-box.css
@@ -5,7 +5,7 @@
pre
{
- background-color: #f7f7f7;
+ background-color: rgba(0, 0, 0, 0.05);
border-radius: 0.2em;
padding: .8em .4em .8em .4em;
margin: .2em -.4em .2em -.4em; /* Use margins of #content. */