Skip to content

Commit

Permalink
Merge pull request #1176 from saleor/logo
Browse files Browse the repository at this point in the history
Update logo & favicon
  • Loading branch information
aniav committed Jun 14, 2024
2 parents a7645c2 + 938d23f commit 312f3f1
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ module.exports = {
logo: {
alt: "Saleor",
src: "img/logo.svg",
srcDark: "img/logo.svg",
srcDark: "img/logo-white.svg",
className: "saleor-logo",
},
items: [
{
Expand Down
20 changes: 16 additions & 4 deletions src/css/components/navbar.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
:root {
--ifm-navbar-padding-horizontal: var(--spacer-4);
--ifm-navbar-link-hover-color: var(--gray12);
--ifm-navbar-link-color: var(--gray11);
--ifm-navbar-height: 4rem;
--ifm-menu-font-size: 0.875rem;
}

.navbar__brand {
margin: 0;
.navbar {
box-shadow: none;
border-bottom: 1px solid rgba(22, 26, 30, 0.15);
}

.navbar__logo,
aside img {
width: 98px;
height: 26px;
}

.navbar__link {
font-weight: var(--ifm-font-weight-normal);
font-size: 0.875rem;
}
Binary file added static/favicon.ico
Binary file not shown.
18 changes: 18 additions & 0 deletions static/img/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 18 additions & 4 deletions static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/saleor-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 312f3f1

Please sign in to comment.