diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js index 2e7af2b..2aa7205 100644 --- a/frontend/postcss.config.js +++ b/frontend/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +}; diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 03114c6..6c1a036 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -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: [], }; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..cd385a9 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "helseveileder", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}