/* blue everything */
* {
color: blue !important;
}
svg {
fill: blue !important;
}
img {
filter: brightness(90%) sepia(1) hue-rotate(180deg) saturate(120%) !important;
background-color: blue;
}