feat: scss male female color
This commit is contained in:
parent
4c5d23970c
commit
12afd5f422
1 changed files with 18 additions and 0 deletions
|
|
@ -147,3 +147,21 @@ html {
|
|||
color: hsl(var(--positive-fg));
|
||||
background-color: hsl(var(--positive-bg));
|
||||
}
|
||||
|
||||
.app-text-male {
|
||||
color: hsl(var(--gender-male));
|
||||
}
|
||||
|
||||
.app-bg-male {
|
||||
color: hsl(var(--positive-fg));
|
||||
background-color: hsl(var(--gender-male)) !important;
|
||||
}
|
||||
|
||||
.app-text-female {
|
||||
color: hsl(var(--gender-female));
|
||||
}
|
||||
|
||||
.app-bg-female {
|
||||
color: hsl(var(--positive-fg));
|
||||
background-color: hsl(var(--gender-female)) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue