oficinasuport-wp-theme/tailwind/custom/base.css

17 lines
444 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Custom styles to immediately follow Tailwinds `base` layer
*
* “Add things like base typography styles [or] opinionated global resets.”
*
* — from https://tailwindcss.com/docs/plugins#adding-base-styles
*/
/**
* This uses the background and foreground colors declared in the
* `theme.json` file and is applied both to the frontend and in the block
* editor.
*/
body {
@apply bg-background font-sans text-foreground;
}