diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-07-10 22:43:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-07-10 22:43:32 +0200 |
commit | 271ed82d0def7b658f074ada9adb1aaa51bdd507 (patch) | |
tree | aaf32d39793b649a275706c16a76ce35b87f142d /view/css | |
parent | c47439fca4fff6e54144c172f3963c297f771b5e (diff) | |
download | volse-hubzilla-271ed82d0def7b658f074ada9adb1aaa51bdd507.tar.gz volse-hubzilla-271ed82d0def7b658f074ada9adb1aaa51bdd507.tar.bz2 volse-hubzilla-271ed82d0def7b658f074ada9adb1aaa51bdd507.zip |
update to match primary color
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 08f23c4d0..d10e1e14e 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -77,7 +77,7 @@ /* conv_item */ .wall-item-head-new { - border-top: 0.2rem solid #0275d8; + border-top: 0.2rem solid #007bff; } .wall-item-info { @@ -168,11 +168,11 @@ a.wall-item-name-link { } .ivoted { - color: #0275d8; + color: #007bff; } .item-highlight { - border-left: 0.2rem solid #0275d8; + border-left: 0.2rem solid #007bff; } .item-highlight .wall-item-head, |