fixing light mode
This commit is contained in:
parent
5ac44d6784
commit
e0f9c978c1
6 changed files with 103 additions and 39 deletions
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="rounded-lg text-white bg-blue-600 px-4 py-2 text-neutral !no-underline hover:!bg-blue-500 dark:bg-blue-800 dark:hover:!bg-blue-700"
|
||||
class="rounded-lg text-white bg-blue-800 px-4 py-2 text-neutral !no-underline hover:!bg-blue-500 dark:bg-blue-800 dark:hover:!bg-blue-700"
|
||||
{% if href %}href="{{ href }}"{% endif %}
|
||||
{% if target %}target="{{ target }}"{% endif %}
|
||||
role="button">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue