Jul 13 - Change theme 2

This commit is contained in:
2026-07-13 16:34:31 -04:00
parent 61d6d33242
commit 936d860342
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -327,4 +327,4 @@ table.list td{padding:11px 12px;border-bottom:1px solid var(--line-2)}
/* hero eyebrow */ /* hero eyebrow */
.hero-eyebrow{margin:0 0 14px;font-size:14px;font-weight:600;letter-spacing:.08em; .hero-eyebrow{margin:0 0 14px;font-size:14px;font-weight:600;letter-spacing:.08em;
text-transform:uppercase;color:var(--accent)} text-transform:uppercase;color:var(--accent)}
+1 -1
View File
@@ -89,4 +89,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>
+1 -1
View File
@@ -11,4 +11,4 @@
<a class="btn btn-lg ghost" href="{{ url_for('auth.register') }}">{{ _('Get started') }}</a> <a class="btn btn-lg ghost" href="{{ url_for('auth.register') }}">{{ _('Get started') }}</a>
{% endif %} {% endif %}
</section> </section>
{% endblock %} {% endblock %}