From 128c1b1f418a6e1e38844a26547c27e46048e52d Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 5 Dec 2019 23:36:53 -0700 Subject: [PATCH 1/2] Add paste button --- ui/src/App.vue | 2 +- ui/src/views/AuthenticationView.vue | 36 +++++++++++++++++++++-------- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index 60e865c..a265872 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -124,7 +124,7 @@ pre { } /* Dark mode */ -body.has-background-black-ter .subtitle, body.has-background-black-ter .column > div { +body.has-background-black-ter .subtitle, body.has-background-black-ter .column > div, body.has-background-black-ter section { color: hsl(0, 0%, 96%); } diff --git a/ui/src/views/AuthenticationView.vue b/ui/src/views/AuthenticationView.vue index 4ce7600..125c5e0 100644 --- a/ui/src/views/AuthenticationView.vue +++ b/ui/src/views/AuthenticationView.vue @@ -1,5 +1,6 @@