File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ export const sidebar: SideBar = {
3232 name : "Manage Billing" ,
3333 } ,
3434 {
35- name : "Get Dedicated Support" ,
3635 href : `${ accountSlug } /teams/get-dedicated-support` ,
36+ name : "Get Dedicated Support" ,
3737 } ,
3838 ] ,
3939 name : "Teams" ,
Original file line number Diff line number Diff line change 108108 }
109109}
110110
111+ code span {
112+ color : var (--code-light-color );
113+ }
114+
115+ .dark code span {
116+ color : var (--code-dark-color );
117+ }
118+
119+ .shiki ,
120+ .shiki span {
121+ background-color : transparent !important ;
122+ }
123+
111124.dark .shiki ,
112125.dark .shiki span {
113126 color : var (--shiki-dark ) !important ;
117130 text-decoration : var (--shiki-dark-text-decoration ) !important ;
118131}
119132
120- .shiki ,
121- .shiki span {
122- background-color : transparent !important ;
123- }
124-
125133/* Fix colors on auto-filled inputs */
126134input : -webkit-autofill ,
127135input : -webkit-autofill : hover ,
@@ -192,13 +200,3 @@ button {
192200html : not (.dark ) .dark-only {
193201 display : none;
194202}
195-
196- /* biome-ignore lint/style/noDescendingSpecificity:we explicitly WANT to target SPANs INSIDE of CODE tags */
197- code span {
198- color : var (--code-light-color );
199- }
200-
201- /* biome-ignore lint/style/noDescendingSpecificity:we explicitly WANT to target SPANs INSIDE of CODE tags */
202- .dark code span {
203- color : var (--code-dark-color );
204- }
You can’t perform that action at this time.
0 commit comments