mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-14 00:50:00 +00:00
3b72c843db
Bit of refactoring
9 lines
177 B
CSS
9 lines
177 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer components {
|
|
.gradient-primary {
|
|
@apply bg-gradient-to-br from-primary-400 to-primary-700;
|
|
}
|
|
} |