File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
- - repo : https://github.com/pre-commit /mirrors-prettier
3
- rev : v4.0.0-alpha.8
2
+ - repo : https://github.com/rbubley /mirrors-prettier
3
+ rev : v3.5.1
4
4
hooks :
5
5
- id : prettier
6
6
additional_dependencies :
Original file line number Diff line number Diff line change @@ -291,7 +291,9 @@ body {
291
291
z-index : -1 ;
292
292
border-radius : inherit ;
293
293
transform : scale (1.05 );
294
- transition : opacity 200ms ease-out , transform 100ms ease-out ;
294
+ transition :
295
+ opacity 200ms ease-out ,
296
+ transform 100ms ease-out ;
295
297
}
296
298
297
299
& :hover ::before {
Original file line number Diff line number Diff line change 28
28
< a class ="btn btn-light btn-outline-dark btn-zulip " href ="http://scverse.zulipchat.com " target ="_blank ">
29
29
Zulip
30
30
</ a >
31
- < a class ="btn btn-light btn-outline-dark btn-twitter " href ="https://x.com/scverse_team " target ="_blank ">
32
- 𝕏
33
- </ a >
34
- < a class ="btn btn-light btn-outline-dark btn-bluesky " href ="https://bsky.app/profile/scverse.bsky.social " target ="_blank ">
31
+ < a class ="btn btn-light btn-outline-dark btn-twitter " href ="https://x.com/scverse_team " target ="_blank "> 𝕏 </ a >
32
+ < a
33
+ class ="btn btn-light btn-outline-dark btn-bluesky "
34
+ href ="https://bsky.app/profile/scverse.bsky.social "
35
+ target ="_blank "
36
+ >
35
37
Bluesky
36
38
</ a >
37
39
< a
You can’t perform that action at this time.
0 commit comments