File tree Expand file tree Collapse file tree
theme-neo-dark/app/content
theme-neo-light/app/content Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.neo-app-content-page-container {
22 background-color : transparent ;
3+ color-scheme : var (--neo-app-content-page-scrollbar-color-scheme , inherit );
34 flex-shrink : 1 !important ;
45 min-width : 0 ;
56 overflow : auto ;
Original file line number Diff line number Diff line change 11:root .neo-theme-neo-dark {
2- --neo-app-content-toolbar-btn-bg : var (--sem-color-bg-neutral-default );
3- --neo-app-content-toolbar-text-color : var (--sem-color-text-neutral-default );
2+ --neo-app-content-page-scrollbar-color-scheme : dark ;
3+ --neo-app-content-toolbar-btn-bg : var (--sem-color-bg-neutral-default );
4+ --neo-app-content-toolbar-text-color : var (--sem-color-text-neutral-default );
45}
Original file line number Diff line number Diff line change 11:root .neo-theme-neo-light {
2- --neo-app-content-toolbar-btn-bg : #fff ;
3- --neo-app-content-toolbar-text-color : #000 ;
2+ --neo-app-content-page-scrollbar-color-scheme : light ;
3+ --neo-app-content-toolbar-btn-bg : #fff ;
4+ --neo-app-content-toolbar-text-color : #000 ;
45}
You can’t perform that action at this time.
0 commit comments