【发布时间】:2022-08-16 16:46:46
【问题描述】:
我通过声明为特定的 td 元素着色:
td[style*=\"background-color: #ffc\"], td[style*=\"background-color: #fb9\"],
td[style*=\"background-color: #bfc\"], td[style*=\"background-color: #fcc\"] {
background-color: #0d1117 !important;
}
我该如何重构呢?
标签: html css firefox-addon