mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-04 00:29:27 +08:00
13 lines
251 B
CSS
13 lines
251 B
CSS
[data-bs-theme=light]{
|
|
color-scheme: light;
|
|
.table {
|
|
--bs-table-bg:var(--bs-light-bg-subtle);
|
|
}
|
|
.container-bg {
|
|
background:var(--bs-gray-100);
|
|
}
|
|
.form-control{
|
|
background-color: var(--bs-body-bg);
|
|
border-color: black;
|
|
}
|
|
} |