diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 14:15:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 14:15:22 +0200 |
commit | fe9e7121d07c5a134559f02d5dc46cceb3f276c1 (patch) | |
tree | e91d70fb0bc8c89c0ded59b4dfef45b33703c3b4 /pre-box.css | |
parent | 9510963c900770f86f80b98f07deb8242448b117 (diff) |
Style update for intro
Diffstat (limited to 'pre-box.css')
-rw-r--r-- | pre-box.css | 2 |
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. */ |