Github油猴脚本:样式调整。
parent
d6edd5e38c
commit
7b14bb622e
|
@ -245,7 +245,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||||
if (!styleHover) {
|
if (!styleHover) {
|
||||||
styleHover = document.createElement('style');
|
styleHover = document.createElement('style');
|
||||||
styleHover.id = 'XIU2-hover-style';
|
styleHover.id = 'XIU2-hover-style';
|
||||||
styleHover.innerHTML = '.Box-footer ul { padding-top: 1px; } .Box-footer ul li.Box-row:hover { background-color: var(--bgColor-muted); }';
|
styleHover.innerHTML = '\n\t.Box-footer ul { padding-top: 1px; }\n\t.Box-footer ul li.Box-row:hover { background-color: var(--bgColor-muted); }';
|
||||||
document.head.appendChild(styleHover);
|
document.head.appendChild(styleHover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue