Avoid image links getting hover effects

This commit is contained in:
alistair3149 2020-08-12 12:44:15 -04:00 committed by GitHub
parent 688eeff56f
commit d5296aa267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
* Interal link styles
* Only apply to internal links in article
*/
a[ href^='/' ] {
a[ href^='/' ]:not(.image) {
.link-content-text(@color-link-active);
&.new {