I forgot to update the selector to set the background color for unrecognized styles.
Fixes bug from 9cee88ce3a9676adb999b6fc2536716a7e8debfb and further updates.
This commit is contained in:
parent
da1fce6646
commit
7bba1a8670
@ -229,7 +229,7 @@ Main =
|
||||
bgColor = window.getComputedStyle(div).backgroundColor
|
||||
$.rm div
|
||||
Main.bgColorStyle.textContent = """
|
||||
.dialog, .suboption-list > div:last-of-type, .catalog-thread:hover > * {
|
||||
.dialog, .suboption-list > div:last-of-type, :root.catalog-hover-expand .catalog-postContainer:hover > .post {
|
||||
background-color: #{bgColor};
|
||||
}
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user