Skip to content

Commit 2405fac

Browse files
committed
Reset VideoSection background color
1 parent d375318 commit 2405fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/challenges/VideoSection.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
font-size: var(--maru-small);
151151
font-family: var(--maru-mono);
152152

153-
background-color: white;
153+
background-color: var(--red-lightest);
154154
}
155155

156156
.partTimeline.hide,

src/components/tracks/VideoSection.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
font-size: var(--maru-small);
152152
font-family: var(--maru-mono);
153153

154-
background-color: white;
154+
background-color: var(--red-lightest);
155155
}
156156

157157
.overviewTimeline.hide,

0 commit comments

Comments
 (0)