Skip to content

Commit 21d9557

Browse files
committed
[Site] Improve contrast on IconModal
1 parent cddafa8 commit 21d9557

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ux.symfony.com/assets/styles/components/_IconModal.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
padding: 0.35rem 0.5rem;
177177
border-radius: .5rem;
178178
border: 1px solid var(--bs-dark-border-subtle);
179-
background: var(--bs-secondary-bg-subtle);
179+
background: var(--bs-secondary-bg);
180180
overflow: hidden;
181181
position: relative;
182182
opacity: .8;
@@ -212,7 +212,7 @@
212212
}
213213

214214
.IconModal__code span {
215-
color: lightskyblue;
215+
color: var(--bs-code-color);
216216
}
217217

218218
.IconModal__copy {
@@ -238,4 +238,3 @@
238238
.IconModal__main h3:first-child {
239239
padding-top: 0;
240240
}
241-

ux.symfony.com/assets/styles/components/_Tabs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
transition: background-color 150ms ease-in-out;
3131
}
3232
.TabControl.active {
33-
background: var(--bs-secondary-bg);
33+
background: var(--bs-tertiary-bg);
3434
}
3535

3636
.TabPanel {

0 commit comments

Comments
 (0)