aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-01-15 15:44:56 +0100
committerRoger Braun <roger@rogerbraun.net>2017-01-15 15:44:56 +0100
commitfc7e13e7bbbdbd0503094a5cb7318d6a02f1c157 (patch)
treea8351b79d90ff3e59373cc6554cd4740c9e1f433 /src/components/notifications/notifications.vue
parent590782701df0e903e3193c827d5dd74244bdccf8 (diff)
Add styling with base16.
Solarized-dark for now.
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue4
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">