Skip to content

Commit

Permalink
Update dark theme for form controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasas committed Apr 23, 2021
1 parent 6cabc7f commit 7e3847a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions textflow/static/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion textflow/templates/login.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends '_layout.html' %}

{% block content %}
<div class="is-flex is-justify-content-center mt-3">
<div class="is-flex is-justify-content-center mt-6">
<div class="box" style="width: 450px;">
<h1 class="title has-text-centered">Login</h1>
<form method="POST" action="/login?next={{ next | safe }}">
Expand Down

0 comments on commit 7e3847a

Please sign in to comment.