/* Убираем красную сетку (overlay) из темы Dennis Miller */
/* Источник: html::after в theme.css */
html::after {
    display: none !important;
}
