Fix AuthFooter CSS rules conflicting with anchors all over the app

Fixes https://github.com/vector-im/riot-web/issues/8227
This commit is contained in:
Travis Ralston 2019-01-22 21:35:36 -07:00
parent b83227c035
commit 7ccf64584e

View file

@ -22,7 +22,9 @@ limitations under the License.
margin: 20px 0;
}
.mx_AuthFooter a:link, a:hover, a:visited {
.mx_AuthFooter a:link,
.mx_AuthFooter a:hover,
.mx_AuthFooter a:visited {
color: $accent-fg-color;
margin: 0 22px;
}