Started with a simple homepage

This commit is contained in:
Martin Berg Alstad
2022-12-21 13:56:42 +01:00
parent 5e8aefe665
commit 6798840a6b
18 changed files with 297 additions and 149 deletions

View File

@ -6,7 +6,11 @@ module.exports = {
],
darkMode: 'class',
theme: {
extend: {},
extend: {
colors: {
"default-bg": "#181a1b",
}
},
},
plugins: [],
};