diff options
| author | Kenimarru <[email protected]> | 2024-01-07 21:14:24 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-07 21:14:24 +0100 |
| commit | 0b22af8fda2774487b8925db683448767650ed9e (patch) | |
| tree | 6ed6ce22a247ae313a6498fda3e6049e6e0d3908 /tailwind.config.js | |
| parent | v0.2.5 (diff) | |
| download | hiruku-0b22af8fda2774487b8925db683448767650ed9e.tar.xz hiruku-0b22af8fda2774487b8925db683448767650ed9e.zip | |
v0.3.0
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 62d4b27..6fede2e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,9 +10,9 @@ export default { colors: { "background": "#121212", "sub": "#272727", - "extra": "#454545", - "primary": "#F7FFF6", - "secondary": "#0A8754" + "primary": "#FFFFFF", + "secondary": "#16A34A", + "error": "#DC2626" } }, }, |