diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-01-15 15:44:56 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-01-15 15:44:56 +0100 |
| commit | fc7e13e7bbbdbd0503094a5cb7318d6a02f1c157 (patch) | |
| tree | a8351b79d90ff3e59373cc6554cd4740c9e1f433 /src/components/status/status.vue | |
| parent | 590782701df0e903e3193c827d5dd74244bdccf8 (diff) | |
Add styling with base16.
Solarized-dark for now.
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 42499407..e043f6e2 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -120,10 +120,10 @@ .status { padding: 0.5em; padding-right: 1em; - border-bottom: 1px solid silver; + border-bottom: 1px solid; } .status-el:last-child .status { - border: none + border-bottom: none } </style> |
