Commit 8be1b4f9 by Kyle Fiedler

Fix color of speed dropdown

parent 32504d88
...@@ -207,7 +207,7 @@ div.video { ...@@ -207,7 +207,7 @@ div.video {
h3 { h3 {
color: #999; color: #999;
float: left; float: left;
font-size: 12px; font-size: em(14);
font-weight: normal; font-weight: normal;
letter-spacing: 1px; letter-spacing: 1px;
padding: 0 lh(.25) 0 lh(.5); padding: 0 lh(.25) 0 lh(.5);
...@@ -221,6 +221,7 @@ div.video { ...@@ -221,6 +221,7 @@ div.video {
margin-bottom: 0; margin-bottom: 0;
padding: 0 lh(.5) 0 0; padding: 0 lh(.5) 0 0;
line-height: 46px; line-height: 46px;
color: #fff;
} }
&:hover, &:active, &:focus { &:hover, &:active, &:focus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment