more contrast when hovering wells

master
Tezza 2015-02-26 23:39:17 +01:00
parent e2cc91cb53
commit 55d577ca49
1 changed files with 5 additions and 1 deletions

View File

@ -121,4 +121,8 @@ h2, h3, h4 {
.description h4 {
margin-top: -0.5rem;
}
}
.well:hover {
background: rgba( 255, 255, 255, 0.8 );
}