refactor: brand color class

This commit is contained in:
puriphatt 2024-10-30 16:04:57 +07:00
parent 52cf5345a0
commit 36e6bc072d

View file

@ -226,6 +226,11 @@ html {
background-color: hsla(var(--customer-pers) / 0.2) !important;
}
.app-bg-brand-1 {
color: white;
background-color: var(--brand-1);
}
@page {
size: a4 portrait;
margin-top: 0.5in;