Skip to content

Commit 2caeec6

Browse files
committed
styling update
1 parent 645e946 commit 2caeec6

5 files changed

Lines changed: 8 additions & 9 deletions

File tree

docusaurus.config.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ const config = {
2424
onBrokenLinks: 'throw',
2525
onBrokenMarkdownLinks: 'warn',
2626

27-
// Even if you don't use internationalization, you can use this field to set
28-
// useful metadata like html lang. For example, if your site is Chinese, you
29-
// may want to replace "en" with "zh-Hans".
3027
i18n: {
3128
defaultLocale: 'en',
3229
locales: ['en'],
@@ -77,7 +74,8 @@ const config = {
7774
hideOnScroll: false,
7875
logo: {
7976
alt: "CHKware Logo",
80-
src: "img/logo.png",
77+
src: "img/logo-dark.png",
78+
srcDark: "img/logo-white.png",
8179
},
8280
items: [
8381
{
@@ -103,7 +101,7 @@ const config = {
103101
label: "Discussion"
104102
},
105103
{
106-
href: "https://github.com/chkware/cli",
104+
href: "https://github.com/chkware",
107105
position: "right",
108106
label: "GitHub"
109107
},
@@ -134,7 +132,7 @@ const config = {
134132
items: [
135133
{
136134
label: "🎉 See what's new",
137-
href: "https://chkware.com/blog",
135+
href: "/blog",
138136
},
139137
],
140138
},

src/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #dbc21f;
9+
/* --ifm-color-primary: #827626; */
10+
--ifm-color-primary: #0e89f0;
1011
--ifm-color-primary-dark: #756a22;
1112
--ifm-color-primary-darker: #6e6420;
1213
--ifm-color-primary-darkest: #5b531b;
@@ -17,7 +18,8 @@
1718

1819
/* For readability concerns, you should choose a lighter palette in dark mode. */
1920
[data-theme="dark"] {
20-
--ifm-color-primary: #dbc21f;
21+
/* --ifm-color-primary: #dbc21f; */
22+
--ifm-color-primary: #e39771;
2123
--ifm-color-primary-dark: #c5af1c;
2224
--ifm-color-primary-darker: #baa51a;
2325
--ifm-color-primary-darkest: #998816;

static/img/logo-dark.png

11.9 KB
Loading

static/img/logo-white.png

12.6 KB
Loading

static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)