Skip to content

Commit 79d13b2

Browse files
committed
style: Updated CSS files to fix text color on tabs button on hover
1 parent a72dddc commit 79d13b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/challenges/VideoSection.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
& button:hover {
133133
background-color: var(--cyan-light);
134-
color: var(--gray-dark);
134+
color: var(--text-color);
135135
}
136136
}
137137

@@ -141,7 +141,7 @@
141141

142142
.selected button {
143143
background-color: var(--cyan-light);
144-
color: var(--gray-dark);
144+
color: var(--text-color);
145145
}
146146

147147
/* Timeline section */
@@ -246,7 +246,7 @@
246246
background: var(--cyan-light);
247247
cursor: pointer;
248248
font-size: var(--maru-small);
249-
color: var(--gray-dark);
249+
color: var(--text-color);
250250
}
251251

252252
.timelinesToggle:hover {

src/components/tracks/VideoSection.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
& button:hover {
134134
background-color: var(--red-light);
135-
color: var(--gray-dark);
135+
color: var(--text-color);
136136
}
137137
}
138138

@@ -244,7 +244,7 @@
244244
background: var(--red-light);
245245
cursor: pointer;
246246
font-size: var(--maru-small);
247-
color: var(--gray-dark);
247+
color: var(--text-color);
248248
}
249249

250250
.timelinesToggle:hover {

0 commit comments

Comments
 (0)