2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-16 03:55:25 +00:00

fix colors

This commit is contained in:
2021-11-06 00:51:26 +01:00
parent 6053305fad
commit d32f3637ef
7 changed files with 20 additions and 19 deletions

View File

@ -4,10 +4,6 @@
@layer components {
.primary {
@apply bg-purple
}
.custom-underline-blue {
@apply border-b-4 border-blue-400;
}
@ -27,3 +23,11 @@
*/
}
}
.bg-primary {
background-color: blueviolet;
}
.bg-primarylg {
background-color: lightblue;
}