diff options
Diffstat (limited to 'vnext/src/components/Message.css')
-rw-r--r-- | vnext/src/components/Message.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css index c19c7eec..337a3dc0 100644 --- a/vnext/src/components/Message.css +++ b/vnext/src/components/Message.css @@ -8,24 +8,20 @@ justify-content: space-around; } .msg-cont > nav.l a { - color: #888; + color: #88958d; margin-right: 15px; font-size: small; } .msg-tags { + color: #88958d; margin-top: 12px; min-height: 1px; } .badge, .msg-tags > a { - background: #eee; - border: 1px solid #eee; - color: #888; + color: #88958d; display: inline-block; font-size: small; - margin-bottom: 5px; - margin-right: 5px; - padding: 0 10px; } .l .msg-button { align-items: center; |