You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
346 B
CSS
18 lines
346 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer components {
|
|
.custom-scroll::-webkit-scrollbar {
|
|
width: 8px;
|
|
}
|
|
.custom-scroll::-webkit-scrollbar-thumb {
|
|
background-color: white;
|
|
border-radius: 20px;
|
|
border: 2px solid #1f2937;
|
|
}
|
|
}
|
|
|
|
html {
|
|
font-family: 'Manrope', sans-serif;
|
|
} |