Match JtAutocomplete to Tailwind Controls

This commit is contained in:
2023-01-05 15:11:05 -08:00
parent cd9a5914bd
commit 5c92d0ba58

View File

@@ -12,6 +12,14 @@
{% else %}
<script src="https://cdn.tailwindcss.com"></script>
{% endif %}
<style>
:root {
/* Match with TailWind border-gray-200 */
--jt-control-border-color: rgb(229 231 235);
--jt-control-border-hover-color: rgb(229 231 235);
--jt-control-focus-outline-color: #07f;
}
</style>
{% block head_styles %}{% endblock %}
</head>
<body class="h-full bg-gray-200">