Add .table-group-divider to tbody with a custom color

This commit is contained in:
2023-10-01 10:56:09 +02:00
parent 6355460e01
commit 2fe221d0f4
8 changed files with 24 additions and 20 deletions

View File

@@ -24,6 +24,10 @@ a.badge, a.badge:hover {
width: 33% !important;
}
.table-group-divider {
border-top: calc(var(--bs-border-width) * 3) solid var(--bs-border-color);
}
#nav-notes > p {
padding: .5rem;
}