From 7e3847a053cfa0279eb2b3ee85d588f259150532 Mon Sep 17 00:00:00 2001 From: Yasas Date: Fri, 23 Apr 2021 00:01:25 -0400 Subject: [PATCH] Update dark theme for form controls --- textflow/static/styles/theme.css | 4 ++++ textflow/templates/login.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/textflow/static/styles/theme.css b/textflow/static/styles/theme.css index 1fefa73..2bb2df8 100644 --- a/textflow/static/styles/theme.css +++ b/textflow/static/styles/theme.css @@ -35,6 +35,8 @@ html[data-theme='light'].is-themed .navbar *, html[data-theme='dark'].is-themed .navbar-burger > span, html[data-theme='light'].is-themed .sidebar, html[data-theme='light'].is-themed .footer , +html[data-theme='light'].is-themed .input, +html[data-theme='light'].is-themed .textarea, html[data-theme='light'].is-themed .panel-heading { background-color: #f5f5f5 !important; color: #4a4a4a !important; @@ -62,6 +64,8 @@ html[data-theme='dark'].is-themed .navbar *, html[data-theme='light'].is-themed .navbar-burger > span, html[data-theme='dark'].is-themed .sidebar, html[data-theme='dark'].is-themed .footer, +html[data-theme='dark'].is-themed .input, +html[data-theme='dark'].is-themed .textarea, html[data-theme='dark'].is-themed .panel-heading { background-color: #363636 !important; color: #f5f5f5 !important; diff --git a/textflow/templates/login.html b/textflow/templates/login.html index dfcc8bd..ee0e863 100644 --- a/textflow/templates/login.html +++ b/textflow/templates/login.html @@ -1,7 +1,7 @@ {% extends '_layout.html' %} {% block content %} -
+

Login