Pair checkboxes and fix twig indent

This commit is contained in:
Gregory Schier
2023-03-20 00:03:33 -07:00
parent ae65f222bc
commit 90294fbb5d
23 changed files with 286 additions and 115 deletions

View File

@@ -6,7 +6,11 @@ module.exports = {
"./src-web/**/*.{html,js,jsx,ts,tsx}"
],
theme: {
extend: {},
extend: {
opacity: {
'disabled': '0.3',
}
},
fontFamily: {
"mono": ["JetBrains Mono", "Menlo", "monospace"],
"sans": ["Inter", "sans-serif"],
@@ -21,6 +25,7 @@ module.exports = {
"5xl": "3.052rem"
},
colors: {
focus: "hsl(var(--color-blue-500) / 0.6)",
highlight: "hsl(var(--color-gray-200) / 0.3)",
transparent: "transparent",
white: "hsl(0 100% 100% / <alpha-value>)",