aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/site.css6
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;