fix: typo
This commit is contained in:
parent
ec927f6e86
commit
d00752d344
1 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ html {
|
|||
--info-bg: var(--blue-6-hsl);
|
||||
|
||||
--negative-fg: 0 0% 100%;
|
||||
--negative-fg: var(--red-9-hsl);
|
||||
--negative-bg: var(--red-9-hsl);
|
||||
|
||||
--gender-male: var(--blue-5-hsl);
|
||||
--gender-female: var(--pink-7-hsl);
|
||||
|
|
@ -119,11 +119,11 @@ html {
|
|||
background-color: hsl(var(--info-bg));
|
||||
}
|
||||
|
||||
.app-text-danger {
|
||||
color: hsl(var(--info-bg));
|
||||
.app-text-negative {
|
||||
color: hsl(var(--negative-bg));
|
||||
}
|
||||
|
||||
.app-bg-danger {
|
||||
.app-bg-negative {
|
||||
color: hsl(var(--negative-fg));
|
||||
background-color: hsl(var(--negative-bg));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue