Skip to content

Commit cb00684

Browse files
committed
wip: fix segment timing color
1 parent 0df6d54 commit cb00684

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

packages/webui/src/client/styles/countdown/director.scss

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,20 @@ $hold-status-color: $liveline-timecode-color;
119119
height: 100%;
120120
width: 20vw;
121121
float: right;
122-
text-align: right;
123-
padding-right: 10px;
122+
text-align: left;
123+
padding-left: 4vw;
124+
color: #ff0;
125+
background: linear-gradient(
126+
90deg,
127+
rgba(223, 0, 0, 0) 0%,
128+
#df0000 7.86%,
129+
rgba(116, 0, 0, 0.808) 16.21%,
130+
rgba(0, 0, 0, 0.6) 24.94%
131+
);
132+
.overtime {
133+
color: $general-fast-color;
134+
text-shadow: 0px 0px 6px $general-fast-color--shadow;
135+
}
124136
}
125137
}
126138

0 commit comments

Comments
 (0)