diff --git a/src/css/custom.css b/src/css/custom.css index 791ed10..3e6710e 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -22,20 +22,23 @@ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); --ifm-navbar-height: 5rem; --ifm-font-family-base: "Poppins", "Work Sans", sans-serif; + --ifm-background-color-primary: #f6f6f1; } [data-theme="dark"] { - --ifm-color-primary: #ff865b80; + --ifm-color-primary: #ff865be5; --ifm-color-primary-dark: #ff865bcc; - --ifm-color-primary-darker: #ff865be5; - --ifm-color-primary-darkest: #ff865b; - --ifm-color-primary-light: #ff865b33; + --ifm-color-primary-darker: #ff865b80; + --ifm-color-primary-darkest: #ff865b80; + --ifm-color-primary-light: #ff865b; --ifm-color-primary-lighter: #ff865b1a; --ifm-color-primary-lightest: #171717; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); + --ifm-background-color-primary: #171717; } -body { +#__docusaurus { + background-color: var(--ifm-background-color-primary); font-family: var(--ifm-font-family-base); } diff --git a/src/theme/Footer/index.js b/src/theme/Footer/index.js index 832683a..592b4fc 100644 --- a/src/theme/Footer/index.js +++ b/src/theme/Footer/index.js @@ -14,14 +14,14 @@ function CustomFooter(props) {
-
- CodeRabbit -
-
+
CodeRabbit is an innovative, AI-driven platform that transforms the way code reviews are done. Its automated reviews elevate the code quality while significantly reducing the time and effort tied @@ -90,7 +90,7 @@ function CustomFooter(props) {
-
+
CodeRabbit © {new Date().getFullYear()}
diff --git a/static/img/preview.png b/static/img/preview.png index d210db1..4bc681a 100644 Binary files a/static/img/preview.png and b/static/img/preview.png differ