updated header style - tailwind

This commit is contained in:
2022-07-13 21:27:23 +02:00
parent 661c408a18
commit 1ea49ec0e5
3 changed files with 27 additions and 50 deletions

View File

@@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--color-kamilcraft-green: 162 207 0;
}
}