Add styling with base16.

Solarized-dark for now.
This commit is contained in:
Roger Braun 2017-01-15 15:44:56 +01:00
parent 590782701d
commit fc7e13e7bb
18 changed files with 83 additions and 70 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="nav-panel">
<div class="panel panel-default">
<div class="panel panel-default base01-background">
<ul>
<li v-if='currentUser'>
<router-link to='/main/friends'>
@ -38,7 +38,7 @@
}
.nav-panel li {
border-bottom: 1px solid silver;
border-bottom: 1px solid;
padding: 0.5em;
padding-left: 1em;
}