make actions less instrusive

This commit is contained in:
Ted Unangst 2019-06-02 15:08:12 -04:00
parent 20f9c68d43
commit a185a66a6c
1 changed files with 7 additions and 0 deletions

View File

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