castopod/app/Resources/styles/tailwind.css
Yassine Doghri a746a781b4 feat(themes): set generic css variables for colors to enable instance themes
- set new colors using the css variables for theming in tailwind.config.js
- replace admin and
public colors with new variable enabled colors
2021-12-29 12:06:10 +00:00

4 lines
59 B
CSS

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