Remove dark mode (for now ;)

This commit is contained in:
Riccardo Graziosi
2022-05-10 20:16:03 +02:00
parent f2977574d6
commit d0ea99c8f2
16 changed files with 9 additions and 186 deletions

View File

@@ -154,7 +154,7 @@ class NewPost extends React.Component<Props, State> {
{ showForm ? 'Cancel' : 'Submit feedback' }
</Button>
:
<a href="/users/sign_in" className="btn">
<a href="/users/sign_in" className="btn btn-dark">
Log in / Sign up
</a>
}