Commit 01db5db2 authored by Mark Otto's avatar Mark Otto

white text on buttons on hover for links

parent ea1a1259
......@@ -2430,6 +2430,7 @@ button.close {
}
.btn:hover {
color: #fff;
text-decoration: none;
}
......
......@@ -25,6 +25,7 @@
}
&:hover {
color: #fff;
text-decoration: none;
}
......
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