summaryrefslogtreecommitdiff
path: root/src/assets/styles/tailwind.css
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 10:03:40 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 10:03:40 +0300
commit8589a3bc97190c3d3bbb7246ea517e7855abfeed (patch)
tree7c92af8a6a72148973af1e0ec240a15f2386edea /src/assets/styles/tailwind.css
parentd571a3720ae42f3cf5fddf2454e04aa2ad775b0c (diff)
cleanup and styling
Diffstat (limited to 'src/assets/styles/tailwind.css')
-rw-r--r--src/assets/styles/tailwind.css7
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;
}
}