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