Skip to content

Commit 677680a

Browse files
committed
Change timeline button borders for readability
1 parent 3a30efa commit 677680a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/components/TimestampTimeline.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
display: flex;
1212
padding: 0;
1313
cursor: pointer;
14+
border-bottom: var(--border-red-light);
15+
border-top: var(--border-red-light);
1416
& span {
1517
display: flex;
1618
align-items: center;

src/components/challenges/VideoSection.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@
149149
color: var(--cyan);
150150
font-size: var(--maru-small);
151151
font-family: var(--maru-mono);
152+
153+
background-color: #fffcfc;
154+
background-color: var(--red-lightest);
152155
}
153156

154157
.partTimeline.hide,

0 commit comments

Comments
 (0)