From: Christopher Allan Webber Date: Sun, 15 Sep 2013 14:54:28 +0000 (-0500) Subject: Also add a bit of color to the theme's base color X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=81e536e1a27626d5386b917cb1405eb1585e4f10;p=mediagoblin.git Also add a bit of color to the theme's base color This commit sponsored by Marc Lijour. Thanks! --- diff --git a/mediagoblin/templates/mediagoblin/media_displays/video.html b/mediagoblin/templates/mediagoblin/media_displays/video.html index 95271d78..c6f770c1 100644 --- a/mediagoblin/templates/mediagoblin/media_displays/video.html +++ b/mediagoblin/templates/mediagoblin/media_displays/video.html @@ -39,7 +39,13 @@ left: 50%; margin: -1.5em auto auto -2em; } - .vjs-play-progress, .vjs-volume-level { background-color: #561792 !important; } + .vjs-play-progress, .vjs-volume-level { + background-color: #561792 !important; + } + .vjs-default-skin { + color: #a59ead !important; + } + {%- endblock %}