fix value decimal form

This commit is contained in:
Romulus21
2024-11-30 22:07:53 +01:00
parent 319e901dd8
commit ba67b0becd
5 changed files with 51 additions and 51 deletions

View File

@@ -660,10 +660,6 @@ video {
border-bottom-left-radius: 0.5rem;
}
.rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
@@ -764,8 +760,10 @@ video {
transition-duration: 150ms;
}
.red {
color: red;
.active-link {
border-bottom-width: 1px;
--tw-text-opacity: 1;
color: rgb(252 68 61 / var(--tw-text-opacity));
}
.hover\:border-b:hover {