From 747ea161bf1ab8817cd5737dd7b1ee69da55382b Mon Sep 17 00:00:00 2001 From: flaburgan Date: Tue, 3 Jan 2017 00:00:34 +0100 Subject: [PATCH] Fix year bg color on /notifications closes #7263 --- Changelog.md | 1 + app/assets/stylesheets/notifications.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b152b251a..a9a691456 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ ## Refactor ## Bug fixes +* Fix background color of year on notifications page with dark theme [#7263](https://github.com/diaspora/diaspora/pull/7263) ## Features diff --git a/app/assets/stylesheets/notifications.scss b/app/assets/stylesheets/notifications.scss index 27df15086..d3ffa2f2b 100644 --- a/app/assets/stylesheets/notifications.scss +++ b/app/assets/stylesheets/notifications.scss @@ -10,7 +10,6 @@ .framed-content { padding-bottom: 10px; } .year { - background-color: $white; color: $text-grey; font-size: 40px; line-height: 40px;