make actions less instrusive
Ted Unangst tedu@tedunangst.com
Sun, 02 Jun 2019 15:08:12 -0400
1 files changed,
7 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -162,6 +162,13 @@ display: inline;
} .inlineform select { } +details summary { + color: #aab; +} +.limited details summary { + color: #a79; +} + img { max-width: 100% }