2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00
2021-11-05 22:15:22 +01:00

22 lines
520 B
CSS

/* Syntax highlighting
* https://jwarby.github.io/jekyll-pygments-themes/languages/java.html */
@import "./syntax.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
* Extract Tailwind CSS components here according to the docs.
* https://tailwindcss.com/docs/extracting-components/#extracting-css-components-with-apply
*/
@layer components {
.custom-underline-blue {
@apply border-b-4 border-blue-400;
}
.custom-underline-red {
@apply border-b-4 border-red-400;
}
}