mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
@@ -199,4 +199,20 @@
|
||||
|
||||
td.highlight {
|
||||
background-color: #ff0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.network-never {
|
||||
background-color: #ffbfaa;
|
||||
}
|
||||
.network-recent {
|
||||
background-color: #e7ffde;
|
||||
}
|
||||
.network-old {
|
||||
background-color: #ffffdf;
|
||||
}
|
||||
.network-older {
|
||||
background-color: #ffedd9;
|
||||
}
|
||||
.network-gradient {
|
||||
background-image: linear-gradient(to right, #e7ffde 0%, #ffffdf 100%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user