diff --git a/src/components/BufferSelector.vue b/src/components/BufferSelector.vue index 0f04936..80f52f8 100644 --- a/src/components/BufferSelector.vue +++ b/src/components/BufferSelector.vue @@ -351,7 +351,6 @@ \ No newline at end of file diff --git a/src/css/base.sass b/src/css/base.sass index 6508cd0..82a4f34 100644 --- a/src/css/base.sass +++ b/src/css/base.sass @@ -1,10 +1,12 @@ :root[theme='light'] --status-bar-background: #48b57e --status-bar-color: #fff + --highlight-color: #48b57e :root[theme='dark'] --status-bar-background: #0e1217 --status-bar-color: rgba(255, 255, 255, 0.75) + --highlight-color: #1b6540 html margin: 0