We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a811c commit ec39cb1Copy full SHA for ec39cb1
src/assets/styles/main.scss
@@ -38,7 +38,12 @@ $icon-font-path: '../icon-font' !default;
38
&:focus,
39
&:focus:before {
40
outline: none;
41
- text-shadow: 0 0 1em var(--color-text);
+ text-shadow:
42
+ 0 0 0.1em var(--color-accent),
43
+ 0 0 0.2em var(--color-accent),
44
+ 0 0 0.3em var(--color-accent),
45
+ 0 0 0.8em var(--color-text),
46
+ 0 0 1em var(--color-text);
47
}
48
49
0 commit comments