dark-mode: Convert medium grey to translucent base color.

This changes the message time from a medium grey to something that is
translucent base color instead.
This commit is contained in:
Brock Whittaker
2017-11-30 12:48:10 -08:00
committed by Tim Abbott
parent b2194e860b
commit 625c163ba0

View File

@@ -655,7 +655,7 @@ td.pointer {
.message_time {
display: block;
font-size: 12px;
color: hsl(0, 0%, 69%);
opacity: 0.4;
vertical-align: middle;
padding: 1px;
font-weight: 400;