Skip to content

Commit e4746a4

Browse files
committed
docs: some stylization improvements
1 parent 92287a8 commit e4746a4

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs-site/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import {themes as prismThemes} from 'prism-react-renderer';
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
11-
title: 'Ikura - Documentation',
11+
title: 'Ikura',
1212
tagline: 'Blobchains on Polkadot and Kusama',
13-
favicon: 'img/blobs-favicon-line.webp',
13+
favicon: 'img/ikura_can_128.png',
1414

1515
// Set the production url of your site here
1616
url: 'https://your-docusaurus-site.example.com',
@@ -62,8 +62,8 @@ const config = {
6262
navbar: {
6363
title: 'Ikura',
6464
logo: {
65-
alt: 'Thrum Logo',
66-
src: './img/blobs-simple.png',
65+
alt: 'Ikura Logo',
66+
src: './img/ikura_can_128.png',
6767
},
6868
items: [
6969
{

docs-site/src/css/custom.css

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

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #2e8555;
9+
--ifm-color-primary: #c96949;
1010
--ifm-color-primary-dark: #29784c;
1111
--ifm-color-primary-darker: #277148;
1212
--ifm-color-primary-darkest: #205d3b;
@@ -19,7 +19,7 @@
1919

2020
/* For readability concerns, you should choose a lighter palette in dark mode. */
2121
[data-theme='dark'] {
22-
--ifm-color-primary: #25c2a0;
22+
--ifm-color-primary: #c96949;
2323
--ifm-color-primary-dark: #21af90;
2424
--ifm-color-primary-darker: #1fa588;
2525
--ifm-color-primary-darkest: #1a8870;

docs-site/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export default function Home() {
3232
const {siteConfig} = useDocusaurusContext();
3333
return (
3434
<Layout
35-
title={`Hello from ${siteConfig.title}`}
36-
description="Description will go into a meta tag in <head />">
35+
title={`Ikura: Data Availability on Polkadot`}
36+
description="Data Availability on Polkadot">
3737
<HomepageHeader />
3838
<main>
3939
<HomepageFeatures />

docs-site/src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
.heroBanner {
7-
padding: 4rem 0;
7+
padding: 2rem 0;
88
text-align: center;
99
position: relative;
1010
overflow: hidden;
-26.4 KB
Binary file not shown.
-354 KB
Binary file not shown.
22.6 KB
Loading

0 commit comments

Comments
 (0)