Merge pull request #95 from h3poteto/background

fix: Change background color of notification cards
This commit is contained in:
AkiraFukushima 2018-03-23 13:39:41 +09:00 committed by GitHub
commit 69a233e0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ export default {
.favourite {
padding: 8px 0 0 16px;
background-color: #ffffff;
.action {
margin-right: 8px;

View File

@ -36,6 +36,7 @@ export default {
.follow {
padding: 8px 0 0 16px;
background-color: #ffffff;
.action {
margin-right: 8px;

View File

@ -60,6 +60,7 @@ export default {
.reblog {
padding: 8px 0 0 16px;
background-color: #ffffff;
.action {
margin-right: 8px;