我有以下用于颜色和背景的样式表:
*
{
color: #000 !important;
background-image: none !important;
background-color: #d0d0d0 !important;
}
但有时这仍然不适用于所有元素,例如https://math.stackexchange.com/中间还有一个大的白色背景。
为了让所有元素都拥有一种颜色的背景,需要做什么呢?
我仅在 Internet Explorer 9 上尝试过此操作。
答案1
如果你的 CSS 没有错误,你可能需要重新启动 Internet Explorer才能正确应用样式。