Skip to content

Commit 1ab59c7

Browse files
committed
Added cess
1 parent 534a6e3 commit 1ab59c7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ 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+
7987
.button--lg {
8088
margin-top: 1em;
8189
margin-bottom: 2em;

0 commit comments

Comments
 (0)