diff options
author | Franck Cuny <franck@fcuny.net> | 2021-08-23 09:33:55 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-08-23 09:33:55 -0700 |
commit | 99e8af3c3e5d53c7456e4709f3c2b973425c8ab8 (patch) | |
tree | bc4d276d451cac3b80dbef5ca88cceb8bd9eb8da | |
parent | index: drop the main header (diff) | |
download | fcuny.net-99e8af3c3e5d53c7456e4709f3c2b973425c8ab8.tar.gz |
CSS: various small fixes
-rw-r--r-- | static/css/custom.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 2d7a36e..ba9dddf 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -4,7 +4,7 @@ body { background-color: #ffffff; - line-height: 1.4rem; + line-height: 22px; font-size: 16px; font-family: 'Droid Sans', sans-serif; color: #000; @@ -52,7 +52,7 @@ span.published, span.updated { code.verbatim { background-color: #f7f7f7; white-space: nowrap; - border-radius: 2px; + border-radius: 8px; font-size: 90%; padding: 2px 2px; } |