Skip to content

Commit 13b68e0

Browse files
authored
Update logos + a few tweaks (#267)
## Description Updates the logo. Changes the font to match the landing. Changes the accent color to `fishjam.orange.60`. Removes stale versions, the dev build took too long to bear it.
1 parent 1f36079 commit 13b68e0

528 files changed

Lines changed: 38 additions & 32779 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docusaurus.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ const config: Config = {
233233
disableSwitch: true,
234234
},
235235
navbar: {
236-
title: "Fishjam ",
237236
logo: {
238237
alt: "Fishjam",
239238
src: "img/logo.svg",

src/css/custom.css

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,33 @@
44
* work well for content-centric websites.
55
*/
66

7+
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
8+
79
/* You can override the default Infima variables here. */
10+
11+
/* matches landing site */
812
:root {
9-
--ifm-color-primary: #2e8555;
10-
--ifm-color-primary-dark: #29784c;
11-
--ifm-color-primary-darker: #277148;
12-
--ifm-color-primary-darkest: #205d3b;
13-
--ifm-color-primary-light: #33925d;
14-
--ifm-color-primary-lighter: #359962;
15-
--ifm-color-primary-lightest: #3cad6e;
13+
--ifm-font-family-base: "DM Sans", sans-serif;
14+
--ifm-color-primary: #dd6460; /* fishjam.orange.60 */
15+
--ifm-color-primary-dark: #dd6460;
16+
--ifm-color-primary-darker: #dd6460;
17+
--ifm-color-primary-darkest: #dd6460;
18+
--ifm-color-primary-light: #dd6460;
19+
--ifm-color-primary-lighter: #dd6460;
20+
--ifm-color-primary-lightest: #dd6460;
1621
--ifm-code-font-size: 95%;
1722
--docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.5);
1823
}
1924

2025
/* For readability concerns, you should choose a lighter palette in dark mode. */
2126
[data-theme="dark"] {
22-
--ifm-color-primary: #25c2a0;
23-
--ifm-color-primary-dark: #21af90;
24-
--ifm-color-primary-darker: #1fa588;
25-
--ifm-color-primary-darkest: #1a8870;
26-
--ifm-color-primary-light: #29d5b0;
27-
--ifm-color-primary-lighter: #32d8b4;
28-
--ifm-color-primary-lightest: #4fddbf;
27+
--ifm-color-primary: #dd6460; /* fishjam.orange.30 */
28+
--ifm-color-primary-dark: #dd6460;
29+
--ifm-color-primary-darker: #da6660;
30+
--ifm-color-primary-darkest: #dd6460;
31+
--ifm-color-primary-light: #fce6e1; /* fishjam.orange.20 */
32+
--ifm-color-primary-lighter: #fce6e1;
33+
--ifm-color-primary-lightest: #fce6e1;
2934
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3035
}
3136

static/img/favicon-16x16.png

1.97 KB
Loading

static/img/favicon-32x32.png

2.27 KB
Loading

static/img/favicon.svg

Lines changed: 9 additions & 4 deletions
Loading

static/img/logo.svg

Lines changed: 9 additions & 4 deletions
Loading

versioned_docs/version-0.24.0/_common/agents/definition.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.

versioned_docs/version-0.24.0/_common/agents/remember-to-disconnect.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.

versioned_docs/version-0.24.0/_common/agents/subscriptions.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

versioned_docs/version-0.24.0/api/_category_.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)