Skip to content

Commit 841e0da

Browse files
committed
Use the same toast-header colors for the toast-body element
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
1 parent f8f3a79 commit 841e0da

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

style/pi-hole.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,3 +1799,8 @@ td.dnssec i {
17991799
[data-bs-theme="dark"] .ts-wrapper.multi .ts-control > div .remove:hover {
18001800
background: rgba(255, 255, 255, 0.1);
18011801
}
1802+
1803+
.toast {
1804+
--bs-toast-bg: var(--bs-toast-header-bg);
1805+
color: var(--bs-toast-header-color);
1806+
}

0 commit comments

Comments
 (0)