@tailwind base;
@tailwind components;
@tailwind utilities;

/* Input darkmode fix for checkbox / radio */
.dark [type="checkbox"]:checked,
.dark [type="radio"]:checked {
    background-color: currentColor;
}
