Skip to content

Commit f997ff9

Browse files
authored
Added css to support datadog logo light/dark themes (#822)
1 parent 534a6e3 commit f997ff9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/sponsorship.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
3+
[data-theme="light"] img.datadog-logo {
4+
content: url('https://cloudposse.com/images/partners/datadog-purple.svg');
5+
}
6+
7+
[data-theme="dark"] img.datadog-logo {
8+
content: url('https://cloudposse.com/images/partners/datadog-white.svg');
9+
}

0 commit comments

Comments
 (0)