links in wall-item-title must have white colour if the background is bg-primary
This commit is contained in:
parent
6375401e0a
commit
33d23a4a61
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user