high-contrast.css: fix duplicate selector

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-04-24 21:36:00 +03:00
parent d9a7acf3c3
commit 5be4effe39

View File

@@ -367,11 +367,9 @@ select:-webkit-autofill {
background: var(--success-color) !important;
}
.small-box > .small-box-footer {
color: #fff;
}
.small-box > .small-box-footer {
background: rgba(0, 0, 0, 0.3);
color: #fff;
}
/* Tables and Datatables */