Skip to content

Commit

Permalink
Settings UI: add underline to links in notices (#7534)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorivero authored Jul 25, 2017
1 parent 95668ec commit bf8bb91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _inc/client/scss/shared/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
text-decoration: none;
}

.dops-notice__text a {
text-decoration: underline;
}

// Hello Dolly positioning overwrite
.jetpack-pagestyles #dolly {
float: none;
Expand Down

0 comments on commit bf8bb91

Please sign in to comment.