diff options
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 6f5dd721..ba5d8971 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,7 +1,7 @@ <template> <div class="notifications"> - <div class="panel panel-default"> - <div class="panel-heading">Notifications ({{visibleNotifications.length}})</div> + <div class="panel panel-default base00-background"> + <div class="panel-heading base01-background base04">Notifications ({{visibleNotifications.length}})</div> <div class="panel-body"> <div v-for="notification in visibleNotifications" class="notification"> <a :href="notification.action.user.statusnet_profile_url"> |
