refactor: index page route separated

This commit is contained in:
efim
2023-11-05 05:00:01 +00:00
parent 83c634c2b9
commit 648d3dff80
4 changed files with 52 additions and 13 deletions

View File

@@ -613,6 +613,15 @@ video {
line-height: 1.75rem;
}
.text-blue-700 {
--tw-text-opacity: 1;
color: rgb(29 78 216 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}
.invalid\:bg-red-700:invalid {
--tw-bg-opacity: 1;
background-color: rgb(185 28 28 / var(--tw-bg-opacity));