aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/style/style.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/style/style.js b/plugins/style/style.js
index 4ec3e86..30f35a6 100644
--- a/plugins/style/style.js
+++ b/plugins/style/style.js
@@ -121,6 +121,13 @@ if (document.domain == "twitter.com") {
[data-testid^="videoPlayer"] {
display: none !important;
}
+
+ /* No change of colors in hover */
+ *:hover {
+ background-color: inherit !important;
+ transition: none !important;
+ }
+
`;
// Function to hide the grandparent of video players