mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 13:19:49 +02:00
8 lines
109 B
CSS
8 lines
109 B
CSS
@import 'tailwindcss';
|
|
@import '@nuxt/ui';
|
|
|
|
@theme {
|
|
--color-pink: #f5a9b8;
|
|
--color-blue: #5bcefa;
|
|
}
|