Skip to content

Commit 23a4291

Browse files
committed
Update branding styles
1 parent c27fd1d commit 23a4291

33 files changed

+7
-7
lines changed

docusaurus.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
66
/** @type {import('@docusaurus/types').Config} */
77
const config = {
88
title: 'Coilpack',
9-
tagline: 'ExpressionEngine',
9+
tagline: 'ExpressionEngine + Laravel: a powerful combination',
1010
url: 'https://your-docusaurus-test-site.com',
1111
baseUrl: '/coilpack-docs',
1212
onBrokenLinks: 'throw',
@@ -64,10 +64,11 @@ const config = {
6464
indexName: 'coilpack',
6565
},
6666
navbar: {
67-
title: 'Coilpack',
67+
title: null,
6868
logo: {
69-
alt: 'My Site Logo',
69+
alt: 'Coilpack',
7070
src: 'img/logo.png',
71+
srcDark: 'img/logo-dark.png'
7172
},
7273
items: [{
7374
type: 'doc',

src/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
/* You can override the default Infima variables here. */
99

10-
#F62A58:root {
11-
--ifm-color-primary: #5379DA;
10+
:root {
11+
--ifm-color-primary: #5C63F0;
1212
--ifm-color-primary-dark: #311248;
1313
--ifm-color-primary-darker: #311248;
1414
--ifm-color-primary-darkest: #311248;
15-
--ifm-color-primary-light: #5379DA;
15+
--ifm-color-primary-light: #5C63F0;
1616
--ifm-color-primary-lighter: #5473d9;
1717
--ifm-color-primary-lightest: #787DF2;
1818
--ifm-code-font-size: 95%;
-12.3 KB
Binary file not shown.
-59.6 KB
Binary file not shown.
4.67 KB
Loading
5.4 KB
Loading

static/img/android-icon-36x36.png

1.36 KB
Loading

static/img/android-icon-48x48.png

1.55 KB
Loading

static/img/android-icon-72x72.png

1.91 KB
Loading

static/img/android-icon-96x96.png

2.32 KB
Loading

0 commit comments

Comments
 (0)