first commit
This commit is contained in:
8
frontend/src/styles/main.css
Normal file
8
frontend/src/styles/main.css
Normal file
@@ -0,0 +1,8 @@
|
||||
@import "tailwindcss";
|
||||
@plugin "daisyui"; /* NOSONAR */
|
||||
|
||||
:root{
|
||||
--dc-primary: rgb(34, 69, 138);
|
||||
--dc-dark-blue: rgb(0, 15, 46);
|
||||
--dc-white: rgb(255, 255, 255);
|
||||
}
|
||||
Reference in New Issue
Block a user