diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-28 11:11:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-28 11:11:01 +0200 |
commit | 33d23a4a61cef8d0584b7684166833f5a97b59f6 (patch) | |
tree | 1df73b2100414853f82e07f05d4c44cdfb8422cb | |
parent | 6375401e0af6c52d151dd2b944aa6a054b8ddc05 (diff) | |
download | volse-hubzilla-33d23a4a61cef8d0584b7684166833f5a97b59f6.tar.gz volse-hubzilla-33d23a4a61cef8d0584b7684166833f5a97b59f6.tar.bz2 volse-hubzilla-33d23a4a61cef8d0584b7684166833f5a97b59f6.zip |
links in wall-item-title must have white colour if the background is bg-primary
-rw-r--r-- | view/css/conversation.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 27601b453..08f23c4d0 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -128,6 +128,10 @@ a.wall-item-name-link { word-wrap: break-word; } +.wall-item-title.bg-primary a { + color: #fff; +} + .wall-item-body { word-wrap: break-word; } |