Skip to content

Commit 706ca13

Browse files
committed
chore: add new logo
1 parent 82f1c15 commit 706ca13

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const config = {
7575
navbar: {
7676
logo: {
7777
alt: 'PushFeedback',
78-
src: 'img/logo.png',
78+
src: 'img/PushFeedback-Logo.png',
7979
},
8080
},
8181
colorMode: {

src/css/custom.css

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,29 @@
4242
display: none;
4343
}
4444

45+
/* Updated navbar logo styling - remove square background */
4546
.navbar__logo {
4647
align-items: center;
47-
background-color: var(--ifm-logo-background-color);
48-
border: 0 solid rgb(229, 231, 235);
49-
border-radius: 4px;
50-
box-shadow: rgba(9, 9, 11, 0.2) 0px 1px 2px 0px;
48+
background-color: transparent;
49+
border: none;
50+
border-radius: 0;
51+
box-shadow: none;
5152
box-sizing: border-box;
5253
cursor: pointer;
5354
display: flex;
54-
height: 32px;
55+
height: auto;
5556
justify-content: center;
56-
width: 32px;
57+
width: auto;
58+
padding: 0;
5759
}
5860

5961
.navbar__logo img {
60-
width: 24px;
61-
height: 24px;
62+
width: auto;
63+
height: 32px;
64+
max-width: 200px;
65+
object-fit: contain;
6266
}
6367

64-
6568
.theme-doc-sidebar-menu {
6669
margin-right: 10px;
6770
}
@@ -117,4 +120,4 @@ article a:not(.card) {
117120

118121
.navbar__items--right > :last-child {
119122
padding-top: 0px;
120-
}
123+
}

static/img/PushFeedback-Logo.png

95.6 KB
Loading

static/img/favicon.ico

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)