aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-09-15 09:54:28 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-09-15 09:54:28 -0500
commit81e536e1a27626d5386b917cb1405eb1585e4f10 (patch)
treed004c1f99bbe986b0355f90282d82f9a6d768673
parenta7fc4ecf40196e64753c6aa283eb669adb15e942 (diff)
downloadmediagoblin-81e536e1a27626d5386b917cb1405eb1585e4f10.tar.lz
mediagoblin-81e536e1a27626d5386b917cb1405eb1585e4f10.tar.xz
mediagoblin-81e536e1a27626d5386b917cb1405eb1585e4f10.zip
Also add a bit of color to the theme's base color
This commit sponsored by Marc Lijour. Thanks!
-rw-r--r--mediagoblin/templates/mediagoblin/media_displays/video.html8
1 files changed, 7 insertions, 1 deletions
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;
+ }
+
</style>
{%- endblock %}