make actions less instrusive

master
Ted Unangst 5 years ago
parent 20f9c68d43
commit a185a66a6c

@ -162,6 +162,13 @@ button a {
} }
.inlineform select { .inlineform select {
} }
details summary {
color: #aab;
}
.limited details summary {
color: #a79;
}
img { img {
max-width: 100% max-width: 100%
} }

Loading…
Cancel
Save