new styles

This commit is contained in:
team 1
2026-04-04 20:26:20 +02:00
parent c7b5cfeb91
commit 7f7d2c512d
3 changed files with 48 additions and 36 deletions

View File

@@ -250,7 +250,7 @@ body {
}
.bg-dark {
background-color: #101823 !important;
background-color: #121a25 !important;
}
.bg-info {
--bs-bg-opacity: 1;
@@ -305,6 +305,20 @@ body {
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-secondary {
--bs-table-color: #000;
--bs-table-bg: #86b7fe;
--bs-table-border-color: #b5b6b7;
--bs-table-striped-bg: #d7d8da;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbccce;
--bs-table-active-color: #000;
--bs-table-hover-bg: #d1d2d4;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.list-group-item.bg-black,
.list-group-item.bg-dark {