diff --git a/style/typography.css b/style/typography.css index ab2a570..b408918 100644 --- a/style/typography.css +++ b/style/typography.css @@ -38,8 +38,14 @@ account #edit-search-block-form-1-wrapper p{font-size:9px; color:#dfa1ab;} /*-- links --*/ -a, a:link, a:visited, a:active {text-decoration: none; color:#9CB333;} -a:hover{text-decoration: underline !important} +a, a:link, a:visited, a:active { + color:#9CB333; + text-decoration: none; +} + +a:hover{ + text-decoration: underline; +} li a.active{}