Skip to content

Commit

Permalink
docs: Add christmas hat
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Dec 14, 2024
1 parent 42bcc00 commit 2c0f323
Show file tree
Hide file tree
Showing 4 changed files with 635 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ const config: Config = {
navbar: {
logo: {
alt: 'Oasis Docs',
src: 'img/logo.svg',
srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
//src: 'img/logo.svg',
//srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
// Uncomment src and style below to enable christmas mode ;)
//src: 'img/logo_christmas.png',
//style: {height: '48px', maxWidth: '58px', marginTop: '-15px', marginLeft: '-15px'},
src: 'img/logo_christmas.svg',
srcDark: 'img/logo_christmas_dark.svg',
style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
},
items: [
{
Expand Down
Binary file removed static/img/logo_christmas.png
Binary file not shown.
Loading

0 comments on commit 2c0f323

Please sign in to comment.