File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
.interactive {
2
- -webkit-transition : 0.2 s ease-out;
3
- -moz-transition : 0.2 s ease-out;
4
- -o-transition : 0.2 s ease-out;
5
- transition : 0.2 s ease-out;
2
+ -webkit-transition : 0.1 s ease-out;
3
+ -moz-transition : 0.1 s ease-out;
4
+ -o-transition : 0.1 s ease-out;
5
+ transition : 0.1 s ease-out;
6
6
}
7
7
.widget-container {
8
8
padding : 15px ;
9
- background-color : # fcfcfc ;
9
+ background-color : var ( --color-code-background ) ;
10
10
min-height : 75px ;
11
11
}
12
12
.center-content {
21
21
text-decoration : none;
22
22
background : # 3980b9 ;
23
23
border : 2px solid # 3980b9 !important ;
24
- transition : all 0.2 s ease 0s ;
25
- box-shadow : 0 5px 10px grey ;
24
+ transition : all 0.1 s ease 0s ;
25
+ box-shadow : 0 5px 10px var ( --color-foreground-border ) ;
26
26
}
27
27
.enable-widget-button : hover {
28
28
color : # 3980b9 !important ;
29
29
background : # ffffff ;
30
- transition : all 0.2 s ease 0s ;
30
+ transition : all 0.1 s ease 0s ;
31
31
}
32
32
.enable-widget-button : focus {
33
33
outline : 0 !important ;
34
34
transform : scale (0.98 );
35
- transition : all 0.2 s ease 0s ;
35
+ transition : all 0.1 s ease 0s ;
36
36
}
You can’t perform that action at this time.
0 commit comments