💄 add custom colors to tailwind

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-11 19:02:36 +01:00
parent 38f63c0167
commit 3d9e8922f3
3 changed files with 15 additions and 2 deletions

View file

@ -3,4 +3,4 @@ export default {
tailwindcss: {},
autoprefixer: {},
},
}
};

View file

@ -2,7 +2,14 @@
export default {
content: ["./src/**/*.{html,js,svelte,ts}"],
theme: {
extend: {},
extend: {
colors: {
primary: "#08667C",
secondary: "#CED9DD",
content: "#121212",
bg: "#EEF0F3",
},
},
},
plugins: [],
};

6
package-lock.json generated Normal file
View file

@ -0,0 +1,6 @@
{
"name": "helseveileder",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}