aboutsummaryrefslogtreecommitdiff
path: root/plugins/style/style.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/style/style.js')
-rw-r--r--plugins/style/style.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/style/style.js b/plugins/style/style.js
index b66e521..c9e3f83 100644
--- a/plugins/style/style.js
+++ b/plugins/style/style.js
@@ -124,9 +124,15 @@ if (document.domain == "twitter.com") {
/* No change of colors in hover */
*:hover {
+ /* background-color: white !important; */
+ background-color: !important;
+ transition: none !important;
+ }*/
+ /*
+ *:hover {
background-color: inherit !important;
transition: none !important;
- }
+ }*/
/* Hide go to top button */
[aria-label^="New posts are available. Push the period key to go to the them."]{
display: none;