Add styling with base16.
Solarized-dark for now.
This commit is contained in:
parent
590782701d
commit
fc7e13e7bb
18 changed files with 83 additions and 70 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue