Skip to content

Commit 1d3c321

Browse files
committed
chore: readability tweaks
1 parent 5d70716 commit 1d3c321

3 files changed

Lines changed: 7 additions & 13 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ $hold-status-color: $liveline-timecode-color;
5959
linear-gradient(
6060
90deg,
6161
rgba(223, 0, 0, 0) 0%,
62-
rgba(223, 0, 0, 0) 50%,
63-
rgba(116, 0, 0, 0.808) 69%,
64-
rgba(0, 0, 0, 0.8) 74%
62+
rgba(223, 0, 0, 0) 60%,
63+
rgba(116, 0, 0, 0.808) 70%,
64+
rgba(0, 0, 0, 0.8) 75%
6565
),
6666
$general-live-color;
6767
color: #fff;

packages/webui/src/client/styles/prompter.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,7 @@ body.prompter-scrollbar {
131131
&.live {
132132
//border-bottom: 0.2em solid #f55;
133133
// Layer the director-style gradient over the live color
134-
background:
135-
linear-gradient(
136-
90deg,
137-
rgba(223, 0, 0, 0) 0%,
138-
rgba(223, 0, 0, 0) 50%,
139-
rgba(116, 0, 0, 0.808) 68%,
140-
rgba(0, 0, 0, 0.8) 73%
141-
),
142-
$general-live-color;
134+
background: $general-live-color;
143135
color: #fff;
144136
-webkit-text-stroke: black;
145137
-webkit-text-stroke-width: 0.025em;
@@ -293,6 +285,7 @@ body.prompter-scrollbar {
293285
top: 0;
294286
right: 0;
295287
font-size: 9vmin;
288+
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
296289
}
297290

298291
.prompter-rundown-status-bar {

packages/webui/src/client/styles/tTimerDisplay.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
'YTLC' 548,
4444
'YTDE' -203,
4545
'YTUC' 712;
46-
letter-spacing: 0.0001em;
46+
letter-spacing: 0.005em;
47+
text-transform: none;
4748
font-size: 1.3em;
4849
padding-left: 0.125em;
4950
color: #fff;

0 commit comments

Comments
 (0)