Skip to content

Commit 9aa7b20

Browse files
committed
Added datadog css
1 parent 1ab59c7 commit 9aa7b20

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

src/css/custom.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ body {
7676
background-color: #00fff61d;
7777
}
7878

79-
html[data-theme="light"] .datadog-logo {
80-
content: url('https://cloudposse.com/images/partners/datadog-purple.svg');
81-
}
82-
83-
html[data-theme="dark"] .datadog-logo {
84-
content: url('https://cloudposse.com/images/partners/datadog-white.svg');
85-
}
86-
8779
.button--lg {
8880
margin-top: 1em;
8981
margin-bottom: 2em;

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)