update style

This commit is contained in:
Jordan Blasenhauer 2024-01-09 11:04:19 +01:00
parent 0b2a784253
commit 0044e68c84
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -20,6 +20,10 @@
font-weight: normal !important;
}
.sr-only {
@apply hidden;
}
.close-btn {
@apply dark:brightness-90 inline-block px-6 py-3 font-bold text-center text-red-500 border border-red-500 uppercase align-middle transition-all rounded-lg cursor-pointer dark:bg-gray-200 dark:hover:brightness-75 bg-white hover:bg-white/80 focus:bg-white/80 leading-normal ease-in tracking-tight-rem shadow-xs hover:-translate-y-px active:opacity-85 hover:shadow-md;
}