new styles

This commit is contained in:
team 1
2026-04-05 09:18:02 +02:00
parent 7f7d2c512d
commit 41d4e1991d

View File

@@ -252,18 +252,22 @@ body {
.bg-dark { .bg-dark {
background-color: #121a25 !important; background-color: #121a25 !important;
} }
.bg-info { .bg-info {
--bs-bg-opacity: 1; --bs-bg-opacity: 1;
background-color: #86b7fe !important; background-color: #86b7fe !important;
} }
.card.bg-black, .card.bg-black,
.card.bg-dark { .card.bg-dark {
color: #e2e2e2; color: #e2e2e2;
} }
.text-info { .text-info {
--bs-text-opacity: 1; --bs-text-opacity: 1;
color: #86b7fe !important; color: #86b7fe !important;
} }
.btn-outline-info { .btn-outline-info {
--bs-btn-color: #86b7fe; --bs-btn-color: #86b7fe;
--bs-btn-border-color: #86b7fe; --bs-btn-border-color: #86b7fe;
@@ -280,6 +284,7 @@ body {
--bs-btn-disabled-border-color: #86b7fe; --bs-btn-disabled-border-color: #86b7fe;
--bs-gradient: none; --bs-gradient: none;
} }
.text-light { .text-light {
color: rgb(197 201 205) !important; color: rgb(197 201 205) !important;
} }
@@ -288,14 +293,16 @@ body {
--bs-border-opacity: 1; --bs-border-opacity: 1;
border-color: rgb(0, 0, 0) !important; border-color: rgb(0, 0, 0) !important;
} }
.table-hover > tbody > tr:hover > * { .table-hover > tbody > tr:hover > * {
--bs-table-color-state: var(--bs-table-hover-color); --bs-table-color-state: var(--bs-table-hover-color);
--bs-table-bg-state: #2e3a4a; --bs-table-bg-state: #2e3a4a;
} }
.table-dark { .table-dark {
--bs-table-color: #fff; --bs-table-color: #fff;
--bs-table-bg: #101823; --bs-table-bg: #101823;
--bs-table-border-color: #4d5154; --bs-table-border-color: #334866;
--bs-table-striped-bg: #16202f; --bs-table-striped-bg: #16202f;
--bs-table-striped-color: #fff; --bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e; --bs-table-active-bg: #373b3e;
@@ -303,8 +310,10 @@ body {
--bs-table-hover-bg: #323539; --bs-table-hover-bg: #323539;
--bs-table-hover-color: #fff; --bs-table-hover-color: #fff;
color: var(--bs-table-color); color: var(--bs-table-color);
border-color: var(--bs-table-border-color); border-color: #334866 !important;
} }
.table-secondary { .table-secondary {
--bs-table-color: #000; --bs-table-color: #000;
--bs-table-bg: #86b7fe; --bs-table-bg: #86b7fe;