almost perfect user experience

This commit is contained in:
2023-10-21 13:04:42 -07:00
parent fc3634c6bd
commit 9ddbd31cc8
5 changed files with 45 additions and 30 deletions

View File

@@ -2094,6 +2094,11 @@ input:checked + .toggle-bg {
background-color: rgb(253 246 178 / var(--tw-bg-opacity));
}
.bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
@@ -3554,6 +3559,10 @@ input:checked + .toggle-bg {
max-width: 56rem;
}
.sm\:max-w-2xl {
max-width: 42rem;
}
.sm\:rounded-lg {
border-radius: 0.5rem;
}