diff options
Diffstat (limited to 'vnext/src/components/Message.css')
-rw-r--r-- | vnext/src/components/Message.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css index 4b2e6d74..9bc05dc6 100644 --- a/vnext/src/components/Message.css +++ b/vnext/src/components/Message.css @@ -13,6 +13,7 @@ border-top: 1px solid #eee; display: flex; justify-content: space-around; + background: #fdfdfe; } .msg-cont > nav.l a { color: #88958d; @@ -59,7 +60,7 @@ } .msg-ts, .msg-ts > a { - color: #999; + color: #88958d; } .msg-txt { margin: 0 0 12px; @@ -84,13 +85,13 @@ blockquote { text-align: center; } .msg-links { - color: #999; + color: #88958d; font-size: small; margin: 5px 0 0 0; padding: 12px; } .msg-comments { - color: #AAA; + color: #88958d; font-size: small; margin-top: 10px; overflow: hidden; @@ -134,7 +135,8 @@ blockquote { width: 50px; } .msg-recomms { - color: #AAA; + color: #88958d; + background: #fdfdfe; font-size: small; margin-bottom: 10px; padding: 6px; @@ -142,6 +144,12 @@ blockquote { overflow: hidden; text-indent: 10px; } +.msg-summary { + color: #88958d; + font-size: small; + padding: 12px; + text-align: right; +} #replies .msg-txt, #private-messages .msg-txt { margin: 0; |