Skip to content

Commit fc05ead

Browse files
author
James Waugh
committed
new images
1 parent a17ac98 commit fc05ead

File tree

7 files changed

+25
-92
lines changed

7 files changed

+25
-92
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const config: Config = {
4646
],
4747

4848
themeConfig: {
49-
image: 'img/naptha-social.jpg',
49+
image: 'img/naptha-social.png',
5050
navbar: {
5151
title: 'Naptha AI',
5252
logo: {
@@ -92,7 +92,7 @@ const config: Config = {
9292
],
9393
},
9494
],
95-
copyright: `Copyright © ${new Date().getFullYear()} Naptha AI.`,
95+
copyright: `Copyright © ${new Date().getFullYear()} Naptha AI`,
9696
},
9797
prism: {
9898
theme: prismThemes.github,

src/css/custom.css

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,26 @@
44
* work well for content-centric websites.
55
*/
66

7-
/* You can override the default Infima variables here. */
7+
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #FF6F00; /* Orange from the logo */
10-
--ifm-color-primary-dark: #E65100; /* Darker orange */
11-
--ifm-color-primary-darker: #BF360C; /* Even darker orange */
12-
--ifm-color-primary-darkest: #A52300; /* Darkest orange */
13-
--ifm-color-primary-light: #FF8F00; /* Lighter orange */
14-
--ifm-color-primary-lighter: #FFA726; /* Lightest orange */
15-
--ifm-color-primary-lightest: #FFB74D; /* Lightest tone from the logo */
9+
--ifm-color-primary: #F72F3B;
10+
--ifm-color-primary-dark: #F01622;
11+
--ifm-color-primary-darker: #E30F1A;
12+
--ifm-color-primary-darkest: #BB0C15;
13+
--ifm-color-primary-light: #F84854;
14+
--ifm-color-primary-lighter: #F9616C;
15+
--ifm-color-primary-lightest: #FB8B93;
1616
--ifm-code-font-size: 95%;
17-
--docusaurus-highlighted-code-line-bg: rgba(255, 111, 0, 0.1); /* Highlight color based on the logo's orange */
17+
--docusaurus-highlighted-code-line-bg: rgba(247, 47, 59, 0.1);
1818
}
1919

20-
/* For readability concerns, you should choose a lighter palette in dark mode. */
2120
[data-theme='dark'] {
22-
--ifm-color-primary: #FF9100; /* A brighter orange suitable for dark mode */
23-
--ifm-color-primary-dark: #FF6F00; /* Darker bright orange */
24-
--ifm-color-primary-darker: #E65100; /* Darkest bright orange */
25-
--ifm-color-primary-darkest: #BF360C; /* Darker shade for contrast */
26-
--ifm-color-primary-light: #FFA726; /* Brighter light for dark mode */
27-
--ifm-color-primary-lighter: #FFB74D; /* Even brighter for lighter highlights */
28-
--ifm-color-primary-lightest: #FFD54F; /* Lightest yellow-orange for contrast */
29-
--docusaurus-highlighted-code-line-bg: rgba(255, 111, 0, 0.3); /* Dark mode highlight based on the logo's orange */
21+
--ifm-color-primary: #F84854;
22+
--ifm-color-primary-dark: #F72F3B;
23+
--ifm-color-primary-darker: #F01622;
24+
--ifm-color-primary-darkest: #E30F1A;
25+
--ifm-color-primary-light: #F9616C;
26+
--ifm-color-primary-lighter: #FB8B93;
27+
--ifm-color-primary-lightest: #FCB4BA;
28+
--docusaurus-highlighted-code-line-bg: rgba(247, 47, 59, 0.3);
3029
}

static/img/favicon.ico

896 Bytes
Binary file not shown.

static/img/logo.svg

Lines changed: 6 additions & 72 deletions
Loading

static/img/naptha-social.jpg

-121 KB
Binary file not shown.

static/img/naptha-social.png

1.44 MB
Loading

static/img/naptha.png

2.03 MB
Loading

0 commit comments

Comments
 (0)