diff options
Diffstat (limited to 'src/assets/styles')
| -rw-r--r-- | src/assets/styles/tailwind.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/assets/styles/tailwind.css b/src/assets/styles/tailwind.css index d36f8fa..115167d 100644 --- a/src/assets/styles/tailwind.css +++ b/src/assets/styles/tailwind.css @@ -12,6 +12,9 @@ .bg-light { background-color: var(--aw-color-bg-page); } + .bg-section { + background-color: var(--aw-color-bg-section); + } .text-page { color: var(--aw-color-text-page); } @@ -22,7 +25,7 @@ @layer components { .btn { - @apply inline-flex items-center justify-center rounded-full border-gray-400 border bg-transparent font-medium text-center text-base text-page leading-snug transition py-3.5 px-6 md:px-8 ease-in duration-200 focus:ring-blue-500 focus:ring-offset-blue-200 focus:ring-2 focus:ring-offset-2 hover:bg-gray-100 hover:border-gray-600 dark:text-slate-300 dark:border-slate-500 dark:hover:bg-slate-800 dark:hover:border-slate-800 cursor-pointer; + @apply inline-flex items-center justify-center rounded-full border-gray-400 border bg-transparent font-medium text-center text-base text-page leading-snug transition py-3.5 px-6 md:px-8 ease-in duration-200 focus:ring-primary focus:ring-offset-2 focus:ring-2 focus:ring-offset-2 hover:bg-stone-piaskowiec hover:border-stone-klinkier dark:text-slate-300 dark:border-slate-500 dark:hover:bg-slate-800 dark:hover:border-slate-800 cursor-pointer; } .btn-primary { @@ -34,7 +37,7 @@ } .btn-tertiary { - @apply btn border-none shadow-none text-muted hover:text-gray-900 dark:text-gray-400 dark:hover:text-white; + @apply btn border-none shadow-none text-muted hover:text-stone-grafit dark:text-gray-400 dark:hover:text-white; } } |
