fix(v2): tweak colors for announcement bar (#2505)

* fix(v2): tweak colors for announcement bar

* black
This commit is contained in:
Yangshun Tay 2020-04-02 14:41:49 +08:00 committed by GitHub
parent 0c1d593e00
commit f51b56460e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -63,8 +63,6 @@ module.exports = {
id: 'supportus',
content:
'⭐️ If you like Docusaurus, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/facebook/docusaurus">GitHub</a>! ⭐️',
backgroundColor: '#f2f3f5',
textColor: '#091E42',
},
prism: {
theme: require('prism-react-renderer/themes/github'),