init: style guide for light theme

This commit is contained in:
efim
2023-09-23 05:55:07 +00:00
parent cee8159c69
commit 7382680fc5
20 changed files with 133 additions and 16 deletions

View File

@@ -2,7 +2,15 @@
module.exports = {
content: ["./src/main/resources/**/*.html"],
theme: {
extend: {},
extend: {
colors: {
'dark-gray': 'hsl(0, 0%, 52%)',
'very-light-gray': 'hsl(0, 0%, 98%)',
},
fontFamily: {
'sans': ['NunitoSans', 'sans-serif'],
},
},
},
plugins: [],
}