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