diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-09-26 10:48:42 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-09-26 10:48:42 +0200 |
commit | 62229d0a49083be7e238a2511396031a0be03bd8 (patch) | |
tree | 969441a00c9c9c921f6c1834b147ba944a3332e7 /view/css | |
parent | 6586b97a547795dc2a782402f081dfccd1fde0d4 (diff) | |
download | volse-hubzilla-62229d0a49083be7e238a2511396031a0be03bd8.tar.gz volse-hubzilla-62229d0a49083be7e238a2511396031a0be03bd8.tar.bz2 volse-hubzilla-62229d0a49083be7e238a2511396031a0be03bd8.zip |
use color #337AB7 instead aof bold and 120% for ivoted class
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 7d4fdc746..2688bde58 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -342,6 +342,5 @@ img.smiley.emoji:hover { } .ivoted { - font-weight: bold; - font-size: 120%; -}
\ No newline at end of file + color: #337AB7; +} |