diff --git a/client/src/assets/fonts/digital-7.mono.ttf b/client/src/assets/fonts/digital-7.mono.ttf deleted file mode 100644 index a481b97b4..000000000 Binary files a/client/src/assets/fonts/digital-7.mono.ttf and /dev/null differ diff --git a/client/src/features/viewers/studio/StudioClock.module.scss b/client/src/features/viewers/studio/StudioClock.module.scss index 157db0802..b86c40d42 100644 --- a/client/src/features/viewers/studio/StudioClock.module.scss +++ b/client/src/features/viewers/studio/StudioClock.module.scss @@ -1,6 +1,6 @@ @font-face { font-family: "digital-clock"; - src: local('digital-7'), url('./../../../assets/fonts/digital-7.mono.ttf') format('truetype') ; + src: local('digital-7'), url('./../../../assets/fonts/digital-7.monoitalic.ttf') format('truetype') ; } .container { @@ -42,7 +42,6 @@ font-family: digital-clock, monospace; text-transform: uppercase; - .time { margin-top: 175px; color: $red-active; @@ -125,7 +124,6 @@ } .onAir { color: $red-active; - text-shadow: rgb(150,0,0) 0 0 20px; } .onAir__idle { color: $red-idle; @@ -145,10 +143,10 @@ gap: 20px; } .now { - color: $red-active; + color: $cyan-active; } .next { - color: $cyan-active; + color: $red-active; } } }