diff --git a/static/styles/_base/_typography.scss b/static/styles/_base/_typography.scss index 3ab925732..ccd0b76b4 100644 --- a/static/styles/_base/_typography.scss +++ b/static/styles/_base/_typography.scss @@ -126,6 +126,10 @@ a { color: $green-2; } } + + img { + border: 0; + } } .link--icon { diff --git a/static/styles/styles.css b/static/styles/styles.css index 26555e50f..24f231652 100644 --- a/static/styles/styles.css +++ b/static/styles/styles.css @@ -131,6 +131,8 @@ a { color: #148552; } a.link--learn:hover { color: #0F5E3B; } + a img { + border: 0; } .link--icon { text-decoration: none; } @@ -799,7 +801,6 @@ input[type="submit"], display: inline-block; margin-left: 5px; font-size: .8em; } ->>>>>>> 181de09f0e4913f3becbecf5a826a0e9b524cb81 #notice { box-shadow: inset 0 -1px 1px 1px rgba(0, 0, 0, 0.5);