lobstertube / src /index.css
lolakd's picture
Создай полноценный frontend для проекта **LobsterTube** — полной копии YouTube, с современным дизайном, максимально приближённым к оригиналу YouTube (2025 года).
a7aae55 verified
raw
history blame contribute delete
321 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
color-scheme: light dark;
}
* {
-webkit-tap-highlight-color: transparent;
}
.scrollbar-thin::-webkit-scrollbar {
height: 8px;
width: 8px;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
background: rgba(100,100,100,0.4);
border-radius: 8px;
}