Some more nice styling.

This commit is contained in:
Ryan Breen
2023-01-25 00:36:28 -05:00
parent 83cf21e5f5
commit dcc0fab5c6
6 changed files with 47 additions and 7 deletions

View File

@@ -711,6 +711,17 @@ select {
color: rgb(134 25 143 / var(--tw-text-opacity));
}
[type="checkbox"] {
height: 1.25rem;
width: 1.25rem;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: rgb(245 208 254 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(134 25 143 / var(--tw-text-opacity));
accent-color: #f5d0fe;
}
.visible {
visibility: visible;
}