Added underline and color to links

pull/253/head
katibest 7 years ago
parent 381238d45e
commit 75b3c4a26d
  1. 6
      apps/explorer_web/assets/css/_typography.scss

@ -41,12 +41,12 @@ p {
a { a {
text-decoration: none; text-decoration: none;
color: $gray-800; color: $primary;
font-size: 12px; font-size: 13px;
&:hover, &:hover,
&:focus { &:focus {
text-decoration: none; text-decoration: underline;
} }
} }
.monospace { .monospace {

Loading…
Cancel
Save