From 341932fd0e2ea570e29e1b98c0ec42b783540cbb Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Sun, 13 Mar 2022 10:08:47 +0100 Subject: [PATCH] set download link color --- frontend/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/style.css b/frontend/style.css index a29a54e..d9d6916 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -5,6 +5,7 @@ body { cursor:pointer; } .vjs-big-download { + color: white; position: absolute !important; font-size: 3rem !important; height: 4rem !important; @@ -13,6 +14,7 @@ body { right: 1rem !important; } .vjs-big-chromecast { + color: white; position: absolute !important; font-size: 3rem !important; height: 4rem !important;