mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
17 lines
297 B
CSS
17 lines
297 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root {
|
|
--accent-color: #F27127;
|
|
--background-color: #FFFFFF;
|
|
--text-color: #333333;
|
|
--base-dark-color: #13274A;
|
|
--base-light-color: #2957A3;
|
|
|
|
}
|
|
|
|
body {
|
|
color: var(--text-color-rgb);
|
|
background: var(--background-color);
|
|
} |