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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user