Also add a bit of color to the theme's base color

This commit sponsored by Marc Lijour.  Thanks!
This commit is contained in:
Christopher Allan Webber 2013-09-15 09:54:28 -05:00
parent a7fc4ecf40
commit 81e536e1a2

View File

@ -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 %}