Minimal design ajustment

This commit is contained in:
prototypa
2023-01-22 02:38:32 -05:00
parent 07719dd8c3
commit 068531d355
5 changed files with 25 additions and 15 deletions

View File

@ -19,6 +19,7 @@
@apply bg-slate-900;
}
.btn {
@apply inline-flex items-center justify-center rounded-full shadow-md 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;
}