Also add a bit of color to the theme's base color
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 15 Sep 2013 14:54:28 +0000 (09:54 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 15 Sep 2013 14:54:28 +0000 (09:54 -0500)
This commit sponsored by Marc Lijour.  Thanks!

mediagoblin/templates/mediagoblin/media_displays/video.html

index 95271d78a8da089531a9f9fc19558766534a8c39..c6f770c1150f95ffc61024f093063a95bd1b487b 100644 (file)
       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 %}