Skip to content

Commit

Permalink
update colours
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Nov 18, 2024
1 parent 97ac56d commit ea0087a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,8 @@ module.exports = async () => {
id: 'iota_rebased_docs',
content:
'Check out the new <a rel="noopener noreferrer" href="https://docs.iota.org/"> IOTA Rebased Testnet</a>.',
backgroundColor: 'var(--ifm-color-primary)',
textColor: 'var(--ifm-font-color-base-inverse);',
isCloseable: true,
backgroundColor: 'rgb(1, 1, 255)',
textColor: 'white'
},
},
};
Expand Down

0 comments on commit ea0087a

Please sign in to comment.