Spaces:
Running
Running
Update src/templates/dashboard/setup.html
Browse files
src/templates/dashboard/setup.html
CHANGED
|
@@ -1,7 +1,12 @@
|
|
| 1 |
{% extends "base.html" %}
|
| 2 |
{% block extra_css %}
|
| 3 |
<style>
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
</style>
|
| 6 |
{% endblock %}
|
| 7 |
|
|
|
|
| 1 |
{% extends "base.html" %}
|
| 2 |
{% block extra_css %}
|
| 3 |
<style>
|
| 4 |
+
/* Placeholder */
|
| 5 |
+
input::placeholder {
|
| 6 |
+
color: #64748b;
|
| 7 |
+
opacity: 1;
|
| 8 |
+
font-style: italic;
|
| 9 |
+
}
|
| 10 |
</style>
|
| 11 |
{% endblock %}
|
| 12 |
|