Skip to content

Commit

Permalink
minor style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrrv committed Nov 20, 2017
1 parent 5372ac2 commit 2afacce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infobox.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ span.colorBar {
border: solid rgba(0, 0, 0, 0.5);
border-width: 1px 0 1px 1px;
box-sizing: border-box;
transition: color .1s;
}
span:hover {
color: rgba(255, 255, 255, 0.9);
}

*:last-child {
Expand Down

0 comments on commit 2afacce

Please sign in to comment.