Skip to content

Commit 85da8f4

Browse files
Tidy
1 parent aa48ec6 commit 85da8f4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

vizro-core/src/vizro/static/css/container.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@
5757

5858
/* Change filled container bg inside filled container */
5959
.bg-container .bg-container {
60-
background-color: var(--right-side-bg-iterated);
60+
background-color: var(--bs-tertiary-bg);
6161
}
6262

6363
/* If a filled container is detected, then the right-bg color will change to
6464
the lighter shade, both in dark and light theme. */
6565
#right-side:has(.bg-container) {
66-
background: var(--right-side-bg-iterated);
66+
background: var(--bs-tertiary-bg);
6767
}
6868

6969
#right-side:has(.bg-container) .card {
70-
background: var(--right-side-bg-iterated);
70+
background: var(--bs-tertiary-bg);
7171
}
7272

7373
.inner-container-title {

vizro-core/src/vizro/static/css/vizro_overwrites.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ for a pure Dash app.
44
55
All the HEX values starting with --text-code are taken from the Github code highlighting style. */
66
[data-bs-theme="dark"] {
7-
--right-side-bg-iterated: var(--bs-tertiary-bg);
87
--hover-bg-subtle: var(--bs-gray-900);
98
--input-field-bg: var(--bs-primary-bg-subtle);
109
}
1110

1211
[data-bs-theme="light"] {
1312
/* When plugging in other bootstrap variables, surfaces-bg-card does not exist and it will just default to white. */
14-
--right-side-bg-iterated: var(--bs-tertiary-bg);
1513
--fill-icon-image-card: invert(64%) sepia(0%) saturate(1375%);
1614
--hover-bg-subtle: var(--bs-gray-300);
1715
--input-field-bg: var(--bs-body-bg);

0 commit comments

Comments
 (0)