aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_panel/user_panel.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/user_panel/user_panel.vue
parent590782701df0e903e3193c827d5dd74244bdccf8 (diff)
Add styling with base16.
Solarized-dark for now.
Diffstat (limited to 'src/components/user_panel/user_panel.vue')
-rw-r--r--src/components/user_panel/user_panel.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_panel/user_panel.vue b/src/components/user_panel/user_panel.vue
index 8ecf1391..c5a5ff43 100644
--- a/src/components/user_panel/user_panel.vue
+++ b/src/components/user_panel/user_panel.vue
@@ -4,7 +4,7 @@
<user-card-content :user="user"></user-card-content>
- <div class="panel-footer">
+ <div class="panel-footer base00-background">
<post-status-form v-if='user'></post-status-form>
</div>
</div>