external links fix

main
Gabriel 1 year ago
parent c6e3410f79
commit 3cb3d4ccfb

@ -296,14 +296,14 @@ h3 {
margin: 0;
}
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {
a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {
content: "↗️";
font-size: 20px;
margin: 5px;
text-decoration: none;
}
.image-container a::after, a::after {
.image-container a::after{
content: "" !important;
margin: 0 !important;
font-size: 0;

Loading…
Cancel
Save