diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 18:32:12 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 18:32:12 +0200 |
commit | 72e653809f2c372e3f6583edc431fb93b69506f6 (patch) | |
tree | bfb087c18e5777094ba96615677504fd7c41d4d6 /css | |
parent | Update (diff) | |
download | joe-www-72e653809f2c372e3f6583edc431fb93b69506f6.tar.gz joe-www-72e653809f2c372e3f6583edc431fb93b69506f6.tar.bz2 joe-www-72e653809f2c372e3f6583edc431fb93b69506f6.tar.xz joe-www-72e653809f2c372e3f6583edc431fb93b69506f6.tar.zst joe-www-72e653809f2c372e3f6583edc431fb93b69506f6.zip |
Fuck PHP now
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/site.css b/css/site.css index 8b04089..8d3bca6 100644 --- a/css/site.css +++ b/css/site.css @@ -202,6 +202,12 @@ div.body-contents ul { list-style: square; } +div.body-contents img { + border: 2px solid #eee2e2; + background-color: #3c3836 !important; + padding: 1px; +} + div.body-contents code { font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: smaller; |