@use "@styles/abstracts/functions" as fun; @use "@styles/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( '' )); } } } } } ot.com/log/src/components/atoms/icons/cog.module.scss'>
path: root/src/components/atoms/icons/cog.module.scss
blob: 52015988fa208fde5f2fd852f96b7993217c3fdb (plain)
1
2
3
4
5
6
7
8
@use "@styles/abstracts/functions" as fun;

.icon {
  width: var(--icon-size, #{fun.convert-px(40)});
  fill: var(--color-primary-lighter);
  stroke: var(--color-primary-darker);
  stroke-width: 4;
}