don't use orange for link bottom border

This commit is contained in:
Frédéric Péters 2018-08-21 10:39:51 +02:00
parent e779fef528
commit cd4cf5b59d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ a {
color: #0066cc;
text-decoration: none;
border-width: 0;
border-bottom: 1px dotted #ff9900;
border-bottom: 1px dotted #0066cc;
@include vendor-prefix('transition', 'color 200ms ease-out');
&:hover {
color: #003388;