File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 "prettier-plugin-astro" : " ^0.14.1" ,
4646 "prettier-plugin-tailwindcss" : " ^0.6.13" ,
4747 "sharp" : " ^0.33.5" ,
48- "tailwind-scrollbar" : " ^4.0.2" ,
4948 "tailwindcss" : " ^4.1.11" ,
5049 "typescript" : " ^5.8.3" ,
5150 "vite" : " ^6.3.5"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const description = Astro.props.description ?? starpodConfig.description;
3838---
3939
4040<!doctype html >
41- <html class = " scrollbar-thin " lang =" en" >
41+ <html lang =" en" >
4242 <head >
4343 <meta charset =" UTF-8" />
4444 <meta name =" viewport" content =" width=device-width" />
@@ -110,7 +110,7 @@ const description = Astro.props.description ?? starpodConfig.description;
110110 class =" font-inter text-light-text-body dark:bg-dark-background dark:text-dark-text-body antialiased"
111111 >
112112 <header
113- class =" scrollbar-thin lg:fixed lg:inset-y-0 lg:left-0 lg:flex lg:w-112 lg:items-start lg:overflow-y-auto xl:w-120"
113+ class =" custom-scrollbar lg:fixed lg:inset-y-0 lg:left-0 lg:flex lg:w-112 lg:items-start lg:overflow-y-auto xl:w-120"
114114 >
115115 <div class =" relative z-10 mx-auto lg:min-h-full lg:flex-auto" >
116116 <div
Original file line number Diff line number Diff line change @@ -10,7 +10,11 @@ main:has(+ * + #audio-player .player) {
1010 }
1111}
1212
13- .scrollbar-thin {
13+ html {
14+ color-scheme : light dark;
15+ }
16+
17+ html , .custom-scrollbar {
1418 scrollbar-color : var (--color-light-input-border ) transparent;
1519
1620 @media (prefers-color-scheme : dark) {
Original file line number Diff line number Diff line change 11@import 'tailwindcss' ;
22
33@plugin '@tailwindcss/forms' ;
4- @plugin 'tailwind-scrollbar' ;
54@plugin '@tailwindcss/typography' ;
65
76@theme {
You can’t perform that action at this time.
0 commit comments