From cfb7a4953d1d04f46e34a1859b4865827a43570d Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 29 Sep 2013 11:56:48 -0500 Subject: [PATCH] Okay, making the theme of video.js consistent with the theme we had previous This commit sponsored by Christian Sasso. Thank you! --- mediagoblin/templates/mediagoblin/media_displays/video.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/media_displays/video.html b/mediagoblin/templates/mediagoblin/media_displays/video.html index c6f770c1..9386ffcf 100644 --- a/mediagoblin/templates/mediagoblin/media_displays/video.html +++ b/mediagoblin/templates/mediagoblin/media_displays/video.html @@ -40,12 +40,8 @@ margin: -1.5em auto auto -2em; } .vjs-play-progress, .vjs-volume-level { - background-color: #561792 !important; + background-color: #86D4B1 !important; } - .vjs-default-skin { - color: #a59ead !important; - } - {%- endblock %} -- 2.25.1