We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf95b0 commit d995288Copy full SHA for d995288
scss/github-markdown-dark.scss
@@ -99,3 +99,15 @@
99
transition:
100
border-top-color 0.2s ease-in-out;
101
}
102
+
103
+@keyframes fragment-highlight {
104
+ 0% {
105
+ box-shadow: 0 .25em 0 0 #000000;
106
+ }
107
+ 50% {
108
+ box-shadow: 0 .25em 0 0 #004073;
109
110
+ 100% {
111
112
113
+}
scss/github-markdown.scss
@@ -637,13 +637,13 @@
637
638
@keyframes fragment-highlight {
639
0% {
640
- box-shadow: 0 .25em 0 0 #0366d600;
+ box-shadow: 0 .25em 0 0 #ffffff;
641
642
50% {
643
- box-shadow: 0 .25em 0 0 #0366d644;
+ box-shadow: 0 .25em 0 0 #91bced;
644
645
100% {
646
647
648
649
0 commit comments