update readme; more style tweaks

This commit is contained in:
gingervitis
2021-02-15 00:08:52 -08:00
parent b7ba430b32
commit 834ddafc9b
8 changed files with 119 additions and 54 deletions

View File

@@ -472,7 +472,7 @@ textarea.ant-input {
// ANT POPOVER
.ant-popover-inner {
background-color: var(--black);
background-color: var(--gray);
}
.ant-popover-message,
.ant-popover-inner-content {
@@ -480,7 +480,7 @@ textarea.ant-input {
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
border-color: var(--black);
border-color: var(--gray);
}