mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
15 lines
252 B
CSS
15 lines
252 B
CSS
@import 'tailwindcss';
|
|
@import '@nuxt/ui';
|
|
|
|
@theme {
|
|
--color-pink: #f5a9b8;
|
|
--color-blue: #5bcefa;
|
|
}
|
|
|
|
:root {
|
|
--mangacover-width: 240px;
|
|
--mangacover-height: 350px;
|
|
--mangacover-width-sm: 180px;
|
|
--mangacover-height-sm: 260px;
|
|
}
|