@@ -12,8 +12,8 @@ import Mocha from '../assets/projects/mocha.svg';
12
12
import Nuxt from ' ../assets/projects/nuxt.svg' ;
13
13
import Prettier from ' ../assets/projects/prettier.svg' ;
14
14
import Sentry from ' ../assets/projects/sentry.svg' ;
15
+ import Shopify from ' ../assets/projects/shopify.svg' ;
15
16
import SourceGraph from ' ../assets/projects/sourcegraph.svg' ;
16
- import Spotify from ' ../assets/projects/spotify.svg' ;
17
17
import Stately from ' ../assets/projects/stately.svg' ;
18
18
import Storybook from ' ../assets/projects/storybook.svg' ;
19
19
import Svelte from ' ../assets/projects/svelte.svg' ;
@@ -29,7 +29,7 @@ import TypeScriptESLint from '../assets/projects/typescript-eslint.svg';
29
29
align-content: center;
30
30
align-items: center;
31
31
justify-content: center;
32
- gap: 3rem ;
32
+ gap: 2.8rem ;
33
33
list-style: none;
34
34
padding: 0;
35
35
}
@@ -47,13 +47,22 @@ import TypeScriptESLint from '../assets/projects/typescript-eslint.svg';
47
47
filter: brightness(0.6) grayscale(100%)
48
48
}
49
49
50
+ [data-theme=light] svg {
51
+ opacity: 0.7;
52
+ }
53
+
50
54
.contrast {
51
55
opacity: 1;
52
56
filter: contrast(1) grayscale(100%)
53
57
}
54
58
55
59
svg:hover,
56
60
img:hover {
61
+ filter: none;
62
+ }
63
+
64
+ [data-theme=light] svg:hover,
65
+ [data-theme=light] img:hover {
57
66
opacity: 1;
58
67
filter: none;
59
68
}
@@ -67,6 +76,7 @@ import TypeScriptESLint from '../assets/projects/typescript-eslint.svg';
67
76
<a href =" https://github.com/grafana" ><Grafana /></a >
68
77
<a href =" https://github.com/prettier" ><Prettier class =" contrast" /></a >
69
78
<a href =" https://github.com/eslint" ><ESLint class =" contrast" /></a >
79
+ <a href =" https://github.com/shopify" ><Shopify /></a >
70
80
<a href =" https://github.com/getsentry" ><Sentry /></a >
71
81
<a href =" https://github.com/sveltejs" ><Svelte class =" contrast" /></a >
72
82
<a href =" https://github.com/JoshuaKGoldberg/create-typescript-app" ><img src ={ CreateTypeScriptApp .src } /></a >
0 commit comments