Skip to content

Commit c3d0cb3

Browse files
committed
style: 🎨 main header
1 parent 195c9e0 commit c3d0cb3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
baseUrl: '/',
1818
onBrokenLinks: 'throw',
1919
onBrokenMarkdownLinks: 'warn',
20-
favicon: '/favicon.png',
20+
favicon: 'https://fairdataihub.org/images/hero/aireadi-logo.png',
2121
organizationName: 'ai-readi',
2222
projectName: 'AI-READI Dataset Docs',
2323

src/pages/index.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
text-align: center;
99
position: relative;
1010
overflow: hidden;
11+
background: url('../../static/img/Moon.svg');
12+
background-size: cover;
1113
}
1214

1315
@media screen and (max-width: 966px) {

0 commit comments

Comments
 (0)