This commit is contained in:
Pieter Vander Vennet 2023-12-02 01:46:50 +01:00
parent 723a13b05f
commit c7089c27a0
5 changed files with 16 additions and 7 deletions

View file

@ -2704,6 +2704,10 @@ a.link-underline {
min-height: 8rem;
}
.max-w-full {
max-width: 100%;
}
.hover\:bg-indigo-200:hover {
--tw-bg-opacity: 1;
background-color: rgb(199 210 254 / var(--tw-bg-opacity));