@use "../abstracts/functions" as fun;
@use "../abstracts/variables" as var;
[data-theme="dark"] {
* {
text-shadow: none !important;
}
body {
font-variation-settings: "GRAD" -0.7;
}
img {
filter: brightness(0.8) contrast(1.1);
&[src*="png"] {
background: var(--color-bg-light);
}
&:active {
filter: none;
}
}
a {
&.external {
&::after {
content: "\0000a0"url(fun.encode-svg(''));
}
&:focus:not(:active)::after {
content: "\0000a0"url(fun.encode-svg(''));
}
}
&[hreflang] {
&.external {
&::after {
content: "\0000a0["attr(hreflang) "]\0000a0"url(fun.encode-svg(
''
));
}
&:focus:not(:active)::after {
content: "\0000a0["attr(hreflang) "]\0000a0"url(fun.encode-svg(
''
));
}
}
}
}
}