Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(website): nav & landing #543

Merged
merged 14 commits into from
Oct 6, 2022
Prev Previous commit
Next Next commit
refactor: make the scrollbar thumb colors same
asrvd committed Oct 3, 2022
commit 133829bd86a1643fd2ccce3a95056d1afe01b40a
4 changes: 2 additions & 2 deletions www/src/styles/global.css
Original file line number Diff line number Diff line change
@@ -39,11 +39,11 @@
html {
scroll-padding-top: 7rem;
scroll-behavior: smooth;
@apply scrollbar-thin scrollbar-track-transparent scrollbar-thumb-t3-purple-300 scrollbar-track-rounded-sm scrollbar-thumb-rounded-sm dark:scrollbar-track-transparent dark:scrollbar-thumb-t3-purple-200;
@apply scrollbar-thin scrollbar-track-transparent scrollbar-thumb-t3-purple-300 scrollbar-track-rounded-sm scrollbar-thumb-rounded-sm dark:scrollbar-track-transparent dark:scrollbar-thumb-t3-purple-300;
}

.t3-scrollbar {
@apply scrollbar-thin scrollbar-track-slate-300 scrollbar-thumb-t3-purple-300 scrollbar-track-rounded-sm scrollbar-thumb-rounded-sm dark:scrollbar-track-slate-600 dark:scrollbar-thumb-t3-purple-200;
@apply scrollbar-thin scrollbar-track-slate-300 scrollbar-thumb-t3-purple-300 scrollbar-track-rounded-sm scrollbar-thumb-rounded-sm dark:scrollbar-track-slate-600 dark:scrollbar-thumb-t3-purple-300;
}

/* Typewriter */