From: Christopher Allan Webber Date: Sun, 29 Sep 2013 16:56:48 +0000 (-0500) Subject: Okay, making the theme of video.js consistent with the theme we had previous X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cfb7a4953d1d04f46e34a1859b4865827a43570d;p=mediagoblin.git Okay, making the theme of video.js consistent with the theme we had previous This commit sponsored by Christian Sasso. Thank you! --- 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 %}