kopia lustrzana https://github.com/magicbug/Cloudlog
fix colors in superhero
rodzic
a59ca62f45
commit
55f90e1189
|
@ -1777,15 +1777,15 @@ progress {
|
|||
--bs-table-bg-type: initial;
|
||||
--bs-table-color-state: initial;
|
||||
--bs-table-bg-state: initial;
|
||||
--bs-table-color: #fff;
|
||||
--bs-table-color: var(--bs-emphasis-color);
|
||||
--bs-table-bg: var(--bs-body-bg);
|
||||
--bs-table-border-color: rgba(0, 0, 0, 0.15);
|
||||
--bs-table-accent-bg: rgba(255, 255, 255, 0.05);
|
||||
--bs-table-striped-color: #fff;
|
||||
--bs-table-striped-color: var(--bs-emphasis-color);
|
||||
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
|
||||
--bs-table-active-color: #fff;
|
||||
--bs-table-active-color: var(--bs-emphasis-color);
|
||||
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
|
||||
--bs-table-hover-color: #fff;
|
||||
--bs-table-hover-color: var(--bs-emphasis-color);
|
||||
--bs-table-hover-bg: rgba(255, 255, 255, 0.075);
|
||||
width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
|
|
|
@ -6,6 +6,13 @@ body {
|
|||
background-color: #2b3e50;
|
||||
}
|
||||
|
||||
.table {
|
||||
--bs-table-color: #fff;
|
||||
--bs-table-striped-color: #fff;
|
||||
--bs-table-active-color: #fff;
|
||||
--bs-table-hover-color: #fff;
|
||||
}
|
||||
|
||||
/*
|
||||
* Maps
|
||||
*/
|
||||
|
|
Ładowanie…
Reference in New Issue