Skip to content

Commit ac39132

Browse files
authored
chore(docs): Update dark theme SVG inverter (#12730)
* Add twitter.svg to dark theme inverter * add missing black and white svg's to dark theme inverter * Remove hasura.svg from dark theme inverter, file dosn't exist.
1 parent 3d1e215 commit ac39132

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/pages/global.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ html[class~="dark"]
1414
img[src$="boxyhq-saml.svg"],
1515
img[src$="eveonline.svg"],
1616
img[src$="github.svg"],
17-
img[src$="hasura.svg"],
1817
img[src$="mailchimp.svg"],
1918
img[src$="medium.svg"],
2019
img[src$="okta.svg"],
20+
img[src$="patreon.svg"],
21+
img[src$="ping-id.svg"],
2122
img[src$="prisma.svg"],
23+
img[src$="resend.svg"],
24+
img[src$="roblox.svg"],
2225
img[src$="threads.svg"],
26+
img[src$="twitter.svg"],
2327
img[src$="wikimedia.svg"]
2428
) {
2529
filter: invert(1);

0 commit comments

Comments
 (0)