aboutsummaryrefslogtreecommitdiff
path: root/src/components/popper/popper.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/popper/popper.scss')
-rw-r--r--src/components/popper/popper.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/popper/popper.scss b/src/components/popper/popper.scss
index 9c2ce25f..e70b277d 100644
--- a/src/components/popper/popper.scss
+++ b/src/components/popper/popper.scss
@@ -9,7 +9,12 @@
border-radius: $fallback--btnRadius;
border-radius: var(--btnRadius, $fallback--btnRadius);
background-color: $fallback--bg;
- background-color: var(--bg, $fallback--bg);
+ background-color: var(--popover, $fallback--bg);
+ color: $fallback--text;
+ color: var(--popoverText, $fallback--text);
+ --faint: var(--popoverFaintText, $fallback--faint);
+ --faintLink: var(--popoverFaintLink, $fallback--faint);
+ --icon: var(--popoverIcon, $fallback--icon);
}
.popover-arrow {