mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
high-contrast.css: fix duplicate selector
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user