From a185a66a6c8dd07c163bea8c977579edae48dfea Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 2 Jun 2019 15:08:12 -0400 Subject: [PATCH] make actions less instrusive --- views/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/views/style.css b/views/style.css index ba40206..07d1f9d 100644 --- a/views/style.css +++ b/views/style.css @@ -162,6 +162,13 @@ button a { } .inlineform select { } +details summary { + color: #aab; +} +.limited details summary { + color: #a79; +} + img { max-width: 100% }