Files
2026-03-07 22:07:02 -06:00

14 lines
170 B
CSS

@import "tailwindcss";
body {
font-family: Arial, Helvetica, sans-serif;
}
.chevron {
transition: transform 0.2s;
}
.chevron.open {
transform: rotate(180deg);
}