Skip to content

Commit 2c0f323

Browse files
committed
docs: Add christmas hat
1 parent 42bcc00 commit 2c0f323

File tree

4 files changed

+635
-4
lines changed

4 files changed

+635
-4
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,12 @@ const config: Config = {
9090
navbar: {
9191
logo: {
9292
alt: 'Oasis Docs',
93-
src: 'img/logo.svg',
94-
srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
93+
//src: 'img/logo.svg',
94+
//srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
9595
// Uncomment src and style below to enable christmas mode ;)
96-
//src: 'img/logo_christmas.png',
97-
//style: {height: '48px', maxWidth: '58px', marginTop: '-15px', marginLeft: '-15px'},
96+
src: 'img/logo_christmas.svg',
97+
srcDark: 'img/logo_christmas_dark.svg',
98+
style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
9899
},
99100
items: [
100101
{

static/img/logo_christmas.png

-33.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)