-
Notifications
You must be signed in to change notification settings - Fork 2
Frontend
Josef Kolář edited this page Oct 27, 2023
·
2 revisions
The frontend part of fiesta mainly depends on CSS framework TailwindCSS.
Fiesta is using utility-first CSS framework TailwindCSS. For form controls and standard components the daisyui framework is used.
All the colors are defined in tailwind.config.js
file.
Since Fiesta does support dark mode, all the used colors should respect that:
At first, see the semantic color names documentation (theme switch varies the colors).
- base background color is
bg-base-100
with text styled astext-base-content
- background with active hover usually uses
hover:bg-base-200
(orbase-300
for cases with combined backgrounds)
- brand color is
bg-primary
-- used for primary buttons, links and as the main leading color through the app
© 2023, ESN VUT Brno