This commit is contained in:
2025-12-08 15:19:41 +00:00
parent 82c3008ff6
commit 9735ab25b9
3 changed files with 7 additions and 3 deletions

View File

@@ -260,6 +260,10 @@
border-bottom-style: var(--tw-border-style);
border-bottom-width: 1px;
}
.border-b-0 {
border-bottom-style: var(--tw-border-style);
border-bottom-width: 0px;
}
.bg-card {
background-color: var(--card);
}