We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534a6e3 commit 1ab59c7Copy full SHA for 1ab59c7
1 file changed
src/css/custom.css
@@ -76,6 +76,14 @@ body {
76
background-color: #00fff61d;
77
}
78
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
87
.button--lg {
88
margin-top: 1em;
89
margin-bottom: 2em;
0 commit comments