Merge sessions and notes
All checks were successful
Django CI/CD / build-and-push (push) Successful in 1m9s

This commit is contained in:
2023-11-17 21:20:33 +01:00
parent bbe5e072b2
commit c35b539c42
3 changed files with 15 additions and 22 deletions

View File

@ -808,6 +808,10 @@ select {
margin-bottom: 2.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mb-4 {
margin-bottom: 1rem;
}
@ -1405,6 +1409,11 @@ th label {
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
:is(.dark .dark\:text-slate-400) {
--tw-text-opacity: 1;
color: rgb(148 163 184 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-500) {
--tw-text-opacity: 1;
color: rgb(100 116 139 / var(--tw-text-opacity));