Add missing background colors
This commit is contained in:
parent
7ab8812b4c
commit
90277e2931
1 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,9 @@
|
|||
.bg-grey-200 {
|
||||
background-color: var(--color-grey-200);
|
||||
}
|
||||
.bg-grey-800 {
|
||||
background-color: var(--color-grey-800);
|
||||
}
|
||||
|
||||
.bg-primary-100,
|
||||
.bg-primary {
|
||||
|
|
@ -67,3 +70,6 @@
|
|||
.bg-black {
|
||||
background-color: var(--color-black);
|
||||
}
|
||||
.bg-black-50 {
|
||||
background-color: var(--color-black-50);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue