File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -221,11 +221,11 @@ details > div {
221
221
}
222
222
223
223
.navbar {
224
- @apply z-[399 ] p-0 border-0 border-b border-solid border-medusa-border-base ;
224
+ @apply z-[399 ] p-0 border-0 border-b border-solid border-[ # DADCE0 ] ;
225
225
}
226
226
227
227
html : not (.plugin-redoc ) .navbar : not (.navbar-sidebar--show ) {
228
- @apply supports-[backdrop-filter] : bg-transparent supports-[backdrop-filter] : backdrop-blur-md ;
228
+ @apply bg-[ # ECEFF3 ] dark :bg-medusa-bg-subtle ;
229
229
}
230
230
231
231
.navbar__link {
Original file line number Diff line number Diff line change 12
12
13
13
/* Colors */
14
14
--ifm-color-primary : theme (colors.medusa.fg.base);
15
- --ifm-background-color : theme (colors.medusa.bg.base.DEFAULT) ;
15
+ --ifm-background-color : # ECEFF3 ;
16
16
--ifm-background-surface-color : theme (colors.medusa.bg.subtle.DEFAULT);
17
17
--ifm-color-content : theme (colors.medusa.fg.subtle) !important ;
18
18
--ifm-color-content-secondary : var (--ifm-color-content );
Original file line number Diff line number Diff line change 213
213
214
214
/** General sidebar styles **/
215
215
.theme-doc-sidebar-container {
216
- @apply z-[398 ] border-0 border-r border-solid border-medusa-border-base ;
216
+ @apply z-[398 ] border-0 border-r border-solid border-[ # DEE1E4 ] ;
217
217
}
218
218
219
219
/** Mobile Sidebar **/
Original file line number Diff line number Diff line change 78
78
79
79
.sidebar-back-link ,
80
80
.sidebar-title {
81
- @apply lg:sticky lg:bg-medusa-bg-base dark:lg:bg-medusa-bg-subtle lg:z-[100 ];
81
+ @apply lg:sticky lg:z-[100 ];
82
82
}
83
83
84
84
.sidebar-back-link .menu__link {
You can’t perform that action at this time.
0 commit comments