File tree Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Original file line number Diff line number Diff line change 42
42
transition : opacity 0.3s ;
43
43
pointer-events : auto;
44
44
a {
45
- color : var (--processing-blue-mid );
45
+ color : var (--processing-blue-light );
46
+ text-decoration : underline;
47
+ & : hover {
48
+ color : white;
49
+ }
46
50
}
47
51
h1 {
48
52
color : # fff ;
68
72
font-size : 0.9em ;
69
73
}
70
74
71
- .downloadLink {
72
- color : var (--processing-blue-light ) !important ;
73
- text-decoration : underline;
74
- }
75
-
76
- .downloadLink : hover {
77
- color : white !important ;
78
- }
79
-
80
75
@keyframes ellipsis {
81
- 10% { content : " " ; }
82
- 25% { content : " . " ; }
83
- 50% { content : " .. " ; }
84
- 75% { content : " ..." ; }
76
+ 10% {
77
+ content : " " ;
78
+ }
79
+ 25% {
80
+ content : " . " ;
81
+ }
82
+ 50% {
83
+ content : " .. " ;
84
+ }
85
+ 75% {
86
+ content : " ..." ;
87
+ }
85
88
}
86
89
87
90
.ellipsis ::after {
88
- display : inline-block;
89
- animation : ellipsis 1.5s infinite;
90
- content : " ..." ;
91
+ display : inline-block;
92
+ animation : ellipsis 1.5s infinite;
93
+ content : " ..." ;
91
94
}
You can’t perform that action at this time.
0 commit comments