Use underline for region hover

This commit is contained in:
Brian Federle 2013-09-23 16:14:51 -07:00
parent f099739db1
commit 157836bfcf
1 changed files with 3 additions and 2 deletions

View File

@ -77,8 +77,9 @@ body {
padding: 5px;
&:hover {
box-shadow: inset 0px 0px 10px black;
border-radius: 3px;
.title {
text-decoration: underline;
}
}
.icon {