diff --git a/assets/css/style.css b/assets/css/style.css index e81bcc19..af0d4b08 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -36,6 +36,12 @@ a { color: #E63054; } +@media (prefers-color-scheme: dark) { + a { + color: #eb4444; + } +} + .red-1 { color: #E63054; } @@ -359,6 +365,13 @@ code { color: brown; } +@media (prefers-color-scheme: dark) { + code { + font-size: 0.85em; + color: tan; + } +} + pre code { color: inherit; } diff --git a/assets/images/hero_image_white.png b/assets/images/hero_image_white.png new file mode 100644 index 00000000..3f725dce Binary files /dev/null and b/assets/images/hero_image_white.png differ diff --git a/assets/images/hero_image_white.svg b/assets/images/hero_image_white.svg new file mode 100644 index 00000000..a4d7d153 --- /dev/null +++ b/assets/images/hero_image_white.svg @@ -0,0 +1,195 @@ + + + diff --git a/assets/logo/large_logo_white.png b/assets/logo/large_logo_white.png new file mode 100644 index 00000000..79a97f48 Binary files /dev/null and b/assets/logo/large_logo_white.png differ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bb221ab3..457c364f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -29,7 +29,7 @@ {{ template "_internal/opengraph.html" . }} -
+CloudNativePG is 100% open source and community-driven. @@ -45,7 +45,7 @@