diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-07-03 01:38:51 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-07-03 01:38:51 -0500 |
| commit | aaf169bdf57cc512413f19009319e51ef4b98525 (patch) | |
| tree | 6808c87d44fca13f3b77960778a7a1f007e99205 /static/css/style.css | |
| parent | 47a29df7b36312b2c7733a21d15d32bdbd5f445e (diff) | |
| parent | 8ca5460b5445f46520046e31f79547d282e8fc30 (diff) | |
Merge branch 'hotfix/1.0.1' into develop
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index aeda780..c18e6fa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -24,7 +24,7 @@ header a { } main { - background-color: #fff; + background-color: white; padding: 1.414em; } @@ -46,6 +46,17 @@ h2 { font-size: 2.827em; } h3 { font-size: 1.999em; } h4 { font-size: 1.414em; } +code { + background-color: whitesmoke; + padding: 0.2em 0.5em; +} + +pre { + background-color: whitesmoke; + padding: 1em; + max-width: 40em; +} + footer { background-color: pink; padding: 1.414em; |