diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-17 03:41:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-17 03:41:55 +0900 |
| commit | f25ecc19b9ba29897e42a34a330acd755946912f (patch) | |
| tree | b79e1c4b48b626a7f6b30c7d3fb6a4104aac845e /src/client/app | |
| parent | Merge pull request #2921 from syuilo/l10n_develop (diff) | |
| download | misskey-f25ecc19b9ba29897e42a34a330acd755946912f.tar.gz misskey-f25ecc19b9ba29897e42a34a330acd755946912f.tar.bz2 misskey-f25ecc19b9ba29897e42a34a330acd755946912f.zip | |
:art:
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/desktop/views/components/notifications.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue index 9b807e69ee..e1a6c4c9ad 100644 --- a/src/client/app/desktop/views/components/notifications.vue +++ b/src/client/app/desktop/views/components/notifications.vue @@ -307,7 +307,7 @@ export default Vue.extend({ display block width 100% padding 16px - color #555 + color var(--text) border-top solid 1px rgba(#000, 0.05) &:hover @@ -326,6 +326,6 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) </style> |