diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-29 18:11:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-29 18:11:13 +0200 |
commit | 4345eb4f30fb9212b3a65d75dacae681c7a00070 (patch) | |
tree | 7b56d00df2de59621dcdb703f67a828c9cd500a9 /css | |
parent | Added an article cool (diff) | |
download | joe-www-4345eb4f30fb9212b3a65d75dacae681c7a00070.tar.gz joe-www-4345eb4f30fb9212b3a65d75dacae681c7a00070.tar.bz2 joe-www-4345eb4f30fb9212b3a65d75dacae681c7a00070.tar.xz joe-www-4345eb4f30fb9212b3a65d75dacae681c7a00070.tar.zst joe-www-4345eb4f30fb9212b3a65d75dacae681c7a00070.zip |
Lowbat article remade
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/css/site.css b/css/site.css index e970bd5..8a34d03 100644 --- a/css/site.css +++ b/css/site.css @@ -195,15 +195,18 @@ div.body-contents ul { } div.body-contents code { + font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; + font-size: smaller; background-color: #e4e4e4; color: #24d; - font-size: large; border-radius: 5px; padding: 2px 5px 2px 5px; } div.body-contents pre { - background-color: #e4e4e4; + font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; + font-size: smaller; + background-color: #d1e2f4; border-radius: 4px; display: block; margin: 0; @@ -231,6 +234,15 @@ div.body-contents pre.src { border: 1px solid #1d2021; } +div#postamble { + border: 1px solid #89f; + width: 35%; + margin-top: 25px; + margin-left: 25px; + padding: 4px; + border-radius: 4px; +} + span.fa { font-size: 16px; } |