external links fix
This commit is contained in:
parent
c6e3410f79
commit
3cb3d4ccfb
1 changed files with 2 additions and 2 deletions
|
@ -296,14 +296,14 @@ h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {
|
a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {
|
||||||
content: "↗️";
|
content: "↗️";
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-container a::after, a::after {
|
.image-container a::after{
|
||||||
content: "" !important;
|
content: "" !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|
Loading…
Reference in a new issue