Vid2SS / src /index.css
Shinhati2023's picture
Create src/index.css
9e95f47 verified
raw
history blame contribute delete
455 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: #0b0c0e;
color: #cfd3d8;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #0b0c0e;
}
::-webkit-scrollbar-thumb {
background: #2a2d33;
border-radius: 4px;
}
.glass-panel {
@apply bg-obsidian-panel/60 backdrop-blur-md border border-obsidian-border/50 shadow-xl;
}
.pixelated {
image-rendering: pixelated;
}