better styling
This commit is contained in:
parent
dbb135a12e
commit
c32cccf3c3
17 changed files with 190 additions and 14 deletions
|
@ -1,8 +1,8 @@
|
|||
<a
|
||||
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
|
||||
class="rounded-lg outline-2 text-white bg-blue-600 outline-blue-600 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"
|
||||
>
|
||||
{{ body }}
|
||||
<i>{{ body }}</i>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue