Skip to content

Commit

Permalink
docs: some stylization improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Feb 18, 2024
1 parent 92287a8 commit e4746a4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs-site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import {themes as prismThemes} from 'prism-react-renderer';

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

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
Expand Down Expand Up @@ -62,8 +62,8 @@ const config = {
navbar: {
title: 'Ikura',
logo: {
alt: 'Thrum Logo',
src: './img/blobs-simple.png',
alt: 'Ikura Logo',
src: './img/ikura_can_128.png',
},
items: [
{
Expand Down
4 changes: 2 additions & 2 deletions docs-site/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #25c2a0;
--ifm-color-primary: #c96949;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;
Expand Down
4 changes: 2 additions & 2 deletions docs-site/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
title={`Ikura: Data Availability on Polkadot`}
description="Data Availability on Polkadot">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down
2 changes: 1 addition & 1 deletion docs-site/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

.heroBanner {
padding: 4rem 0;
padding: 2rem 0;
text-align: center;
position: relative;
overflow: hidden;
Expand Down
Binary file removed docs-site/static/img/blobs-favicon-line.webp
Binary file not shown.
Binary file removed docs-site/static/img/blobs-simple.png
Binary file not shown.
Binary file added docs-site/static/img/ikura_can_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4746a4

Please sign in to comment.