Fix year bg color on /notifications

closes #7263
This commit is contained in:
flaburgan 2017-01-03 00:00:34 +01:00 committed by Benjamin Neff
parent db97ff7a25
commit 747ea161bf
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@
## Refactor ## Refactor
## Bug fixes ## Bug fixes
* Fix background color of year on notifications page with dark theme [#7263](https://github.com/diaspora/diaspora/pull/7263)
## Features ## Features

View file

@ -10,7 +10,6 @@
.framed-content { padding-bottom: 10px; } .framed-content { padding-bottom: 10px; }
.year { .year {
background-color: $white;
color: $text-grey; color: $text-grey;
font-size: 40px; font-size: 40px;
line-height: 40px; line-height: 40px;