Fix footer external link color

This commit is contained in:
alistair3149 2020-06-10 21:46:42 -04:00
parent 76ff442a04
commit 52b58f0d95
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -36,7 +36,8 @@
font-size: @ui-menu-text;
line-height: @footer-line-height;
a {
a,
a.external {
color: @color-footer-link;
&:hover,