Skip to content

Commit

Permalink
Set dark theme on body
Browse files Browse the repository at this point in the history
  • Loading branch information
britneywwc committed Feb 7, 2024
1 parent 7f0cf8f commit 206a0ce
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions templates/docs/examples/patterns/forms/forms-dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@

{% block standalone_css %}patterns_forms{% endblock %}


{% block style %}
<style>
body {
background: #262626;
color: #fff;
}
</style>
{% endblock %}

{% set is_dark = true %}
{% block content %}
<form>
<label for="exampleTextInputHelp">Email address</label>
Expand Down

0 comments on commit 206a0ce

Please sign in to comment.