From 81e536e1a27626d5386b917cb1405eb1585e4f10 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 15 Sep 2013 09:54:28 -0500 Subject: [PATCH] Also add a bit of color to the theme's base color This commit sponsored by Marc Lijour. Thanks! --- .../templates/mediagoblin/media_displays/video.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 %} -- 2.25.1