-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css
index 84671e0d46..67fe6b1c2a 100644
--- a/docs/src/css/custom.css
+++ b/docs/src/css/custom.css
@@ -7,8 +7,10 @@
/* You can override the default Infima variables here. */
:root {
- --ifm-color-primary: #4465db;
--ifm-code-font-size: 95%;
+ --ifm-color-primary: #000;
+ --ifm-background-color: #F1EAE0;
+ --ifm-navbar-background-color: #F1EAE0;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--secondary: #171717;
--secondary-dark: #0a0a0a;
@@ -17,21 +19,15 @@
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme="dark"] {
- --ifm-color-primary: #4465db;
+ --ifm-color-primary: #FFF;
+ --ifm-background-color: #000;
+ --ifm-navbar-background-color: #000;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
--secondary: #737373;
--secondary-dark: #171717;
- --secondary-light: #d4d4d4;
+ --secondary-light: #ccc;
}
-.footer--dark {
- background-image: linear-gradient(
- 140deg,
- var(--secondary) 20%,
- var(--secondary-light) 100%
- );
-}
-
-.a {
+p a, .a {
text-decoration: underline;
-}
\ No newline at end of file
+}
diff --git a/docs/src/css/footer.css b/docs/src/css/footer.css
index 173ac64067..2c60f9abc1 100644
--- a/docs/src/css/footer.css
+++ b/docs/src/css/footer.css
@@ -2,13 +2,19 @@
.custom-footer {
background-color: dark;
- color: white;
- height: 200px;
+ color: #000;
+ height: 100px;
/* background: linear-gradient(to bottom, #1a1a1a, #1a1a1a); */
- background: linear-gradient(to bottom, #1f2937, #000000);
+ background-color: #F1EAE0;
}
+[data-theme="dark"] .custom-footer {
+ background-color: #000;
+ color: #fff;
+}
+
+
.footer-content {
display: flex;
flex-direction: column;
@@ -47,7 +53,6 @@
}
.footer-community {
- text-transform: uppercase;
font-weight: 300;
}
@@ -65,7 +70,3 @@
.footer-icons a:hover {
color: white;
}
-
- .footer-bottom {
- text-transform: uppercase;
- }
diff --git a/docs/src/css/homepageHeader.css b/docs/src/css/homepageHeader.css
index f8dd2003d7..ee7bb6f4df 100644
--- a/docs/src/css/homepageHeader.css
+++ b/docs/src/css/homepageHeader.css
@@ -2,8 +2,6 @@
.homepage-header {
height: 800px;
- color: white;
- background: linear-gradient(to top, #64748b, #000000);
}
.header-content {
diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx
index 8f1605b0c6..ded24b483e 100644
--- a/docs/src/pages/index.tsx
+++ b/docs/src/pages/index.tsx
@@ -20,8 +20,7 @@ export default function Home(): JSX.Element {
title={`${siteConfig.title}`}
description={translate({
id: 'homepage.description',
- message: 'An Open Platform for AI Software Developers as Generalist Agents',
- description: 'The homepage description',
+ message: 'Code Less, Make More',
})}
>
diff --git a/docs/static/img/logo-square.png b/docs/static/img/logo-square.png
new file mode 100644
index 0000000000..a260f507bc
Binary files /dev/null and b/docs/static/img/logo-square.png differ