From 6051a54796d692ab78a829411b152bf4e2aee27d Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 8 Jul 2019 20:03:53 -0400 Subject: [PATCH] a bit lighter background for images (which may be transparent) --- views/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/style.css b/views/style.css index 95742d7..a81985e 100644 --- a/views/style.css +++ b/views/style.css @@ -186,6 +186,9 @@ h3, h4 { font-size: 1.1em; } +img:not(.emu) { + background: #305; +} img, video { max-width: 100% }