Skip to content

Commit

Permalink
chore: change bg & border
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Oct 1, 2024
1 parent 54024ac commit 4b08d5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/docs/src/css/_docusaurus.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ details > div {
}

.navbar {
@apply z-[399] p-0 border-0 border-b border-solid border-medusa-border-base;
@apply z-[399] p-0 border-0 border-b border-solid border-[#DADCE0];
}

html:not(.plugin-redoc) .navbar:not(.navbar-sidebar--show) {
@apply supports-[backdrop-filter]:bg-transparent supports-[backdrop-filter]:backdrop-blur-md;
@apply bg-[#ECEFF3] dark:bg-medusa-bg-subtle;
}

.navbar__link {
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/css/_variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/* Colors */
--ifm-color-primary: theme(colors.medusa.fg.base);
--ifm-background-color: theme(colors.medusa.bg.base.DEFAULT);
--ifm-background-color: #ECEFF3;
--ifm-background-surface-color: theme(colors.medusa.bg.subtle.DEFAULT);
--ifm-color-content: theme(colors.medusa.fg.subtle) !important;
--ifm-color-content-secondary: var(--ifm-color-content);
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/css/components/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@

/** General sidebar styles **/
.theme-doc-sidebar-container {
@apply z-[398] border-0 border-r border-solid border-medusa-border-base;
@apply z-[398] border-0 border-r border-solid border-[#DEE1E4];
}

/** Mobile Sidebar **/
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

.sidebar-back-link,
.sidebar-title {
@apply lg:sticky lg:bg-medusa-bg-base dark:lg:bg-medusa-bg-subtle lg:z-[100];
@apply lg:sticky lg:z-[100];
}

.sidebar-back-link .menu__link {
Expand Down

0 comments on commit 4b08d5e

Please sign in to comment.