Skip to content

Commit

Permalink
Change footer color and add text below title.
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormurgu committed Mar 13, 2024
1 parent 369864b commit a02a609
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'Biotz Academy',
tagline: '',
tagline: 'Everything you need to know about Biotz to master the ins and outs of our IoT ecosystem.',
favicon: 'img/favicon.svg',

// Set the production url of your site here
Expand Down
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
--ifm-color-primary-light: #16113e;
--ifm-color-primary-lighter: #171140;
--ifm-color-primary-lightest: #1a1449;

--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(20, 15, 56, 0.1);
}
Expand All @@ -76,4 +77,9 @@
display: flex;
justify-content: center;
width: 100%;
}

.footer {
background-color: #5133FF; /* Cambia #ff0000 por el color que desees */
color: #ffffff; /* Cambia #ffffff por el color del texto que desees */
}

0 comments on commit a02a609

Please sign in to comment.