Add popovers to config

This commit is contained in:
2023-06-10 23:06:20 +02:00
parent 04880166e3
commit 51040577fc
3 changed files with 42 additions and 3 deletions

View File

@@ -48,4 +48,8 @@ body {
color:yellow;
}
.custom-popover {
--bs-popover-border-color: var(--bs-primary);
--bs-popover-header-bg: var(--bs-primary);
--bs-popover-header-color: var(--bs-white);
}