mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Globally mark out image links
This commit is contained in:
@@ -403,7 +403,7 @@ footer {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
&:not(.img-hyperlink) {
|
||||
&:not(.img-link) {
|
||||
@extend %link-color;
|
||||
@extend %link-underline;
|
||||
&:hover {
|
||||
@@ -411,7 +411,7 @@ footer {
|
||||
}
|
||||
}
|
||||
|
||||
&.img-hyperlink {
|
||||
&.img-link {
|
||||
@include img;
|
||||
@include img-caption;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user