1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Increase text contrast

I think you will like this change @franzliedke :)
This commit is contained in:
Toby Zerner
2015-06-11 18:42:05 +09:30
parent 4582c18a3d
commit 42fe2a28dd
2 changed files with 3 additions and 4 deletions

View File

@@ -210,10 +210,9 @@
& .title {
margin: 0 0 6px;
line-height: 1.3;
color: @fl-secondary-color;
color: @fl-body-heading-color;
}
&.unread .title {
color: @fl-body-heading-color;
font-weight: bold;
}
& .info {