/* Temporary site-wide grayscale mode */
html {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
}
