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 {
text-decoration: none;
color: $gray-800;
font-size: 12px;
color: $primary;
font-size: 13px;
&:hover,
&:focus {
text-decoration: none;
text-decoration: underline;
}
}
.monospace {

Loading…
Cancel
Save