Skip to content

Commit

Permalink
Merge pull request #46 from teofum/smol-webp-logo
Browse files Browse the repository at this point in the history
webp logo with an almost reasonable file size
  • Loading branch information
deccer authored Dec 16, 2024
2 parents 2afd1b0 + 3b55d98 commit db3b91c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const config: Config = {
title: 'Graphics Programming',
logo: {
alt: 'Graphics Programming',
src: 'img/gp-discord-logo.gif',
src: 'img/gp-discord-logo.webp',
},
items: [
{
Expand Down
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
--ifm-color-primary-lighter: #d1b5eb;
--ifm-color-primary-lightest: #e2c8f3;
--docusaurus-highlighted-code-line-bg: rgba(177, 156, 217, 0.3);
}

.navbar__logo {
border-radius: 4px;
overflow: hidden;
}
Binary file added static/img/gp-discord-logo.webp
Binary file not shown.

0 comments on commit db3b91c

Please sign in to comment.