Skip to content

Commit 6946213

Browse files
committed
Issue #9: Black hover colors for all brands
1 parent 5501971 commit 6946213

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

src/components/blockopensource/github-orgs.ts

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,59 +12,63 @@ export const githubOrganizations: Brand[] = [
1212
name: "Square",
1313
href: "https://github.com/square",
1414
iconName: "block-open-source/square",
15-
bgHoverClass: "bg-square",
15+
bgHoverClass: "bg-block",
1616
foregroundHoverClass: "text-white",
1717
},
1818
{
1919
name: "Square Developers",
2020
href: "https://github.com/Square-Developers",
2121
iconName: "block-open-source/square",
22-
bgHoverClass: "bg-square",
22+
bgHoverClass: "bg-block",
2323
foregroundHoverClass: "text-white",
2424
},
2525
{
2626
name: "Cash App",
2727
href: "https://github.com/cashapp",
2828
iconName: "block-open-source/cashapp",
29-
bgHoverClass: "bg-cashapp",
29+
bgHoverClass: "bg-block",
3030
foregroundHoverClass: "text-white",
3131
},
3232
{
3333
name: "Weebly",
3434
href: "https://github.com/weebly",
3535
iconName: "block-open-source/weebly",
36-
bgHoverClass: "bg-weebly",
36+
bgHoverClass: "bg-block",
3737
foregroundHoverClass: "text-white",
3838
},
3939
{
4040
name: "Afterpay",
4141
href: "https://github.com/afterpay",
4242
iconName: "block-open-source/afterpay",
43-
bgHoverClass: "bg-afterpay",
43+
bgHoverClass: "bg-block",
44+
foregroundHoverClass: "text-white",
4445
},
4546
{
4647
name: "TIDAL",
4748
href: "https://github.com/tidal-music",
4849
iconName: "block-open-source/tidal",
49-
bgHoverClass: "bg-tidal",
50+
bgHoverClass: "bg-block",
51+
foregroundHoverClass: "text-white",
5052
},
5153
{
5254
name: "Proto",
5355
href: "https://github.com/proto-at-block",
5456
iconName: "block-open-source/proto",
55-
bgHoverClass: "bg-proto",
57+
bgHoverClass: "bg-block",
58+
foregroundHoverClass: "text-white",
5659
},
5760
{
5861
name: "c equals",
5962
href: "https://github.com/cequals",
6063
iconName: "block-open-source/c-equals",
61-
bgHoverClass: "bg-proto",
64+
bgHoverClass: "bg-block",
65+
foregroundHoverClass: "text-white",
6266
},
6367
{
6468
name: "Spiral",
6569
href: "https://spiral.xyz/",
6670
iconName: "block-open-source/spiral",
67-
bgHoverClass: "bg-spiral",
71+
bgHoverClass: "bg-block",
6872
foregroundHoverClass: "text-white",
6973
},
7074
];

0 commit comments

Comments
 (0)