remove change in colors for twitter
This commit is contained in:
parent
c33fc76b02
commit
2896ff4e52
|
@ -1,7 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#define STYLE_N 7127 + 1000
|
#define STYLE_N 7265 + 1000
|
||||||
|
|
||||||
void read_style_js(char* string)
|
void read_style_js(char* string)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef STYLE
|
#ifndef STYLE
|
||||||
#define STYLE
|
#define STYLE
|
||||||
|
|
||||||
#define STYLE_N 7127 + 1000
|
#define STYLE_N 7265 + 1000
|
||||||
|
|
||||||
void read_style_js(char* string);
|
void read_style_js(char* string);
|
||||||
|
|
||||||
|
|
|
@ -123,10 +123,16 @@ if (document.domain == "twitter.com") {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* No change of colors in hover */
|
/* No change of colors in hover */
|
||||||
|
*:hover {
|
||||||
|
/* background-color: white !important; */
|
||||||
|
background-color: !important;
|
||||||
|
transition: none !important;
|
||||||
|
}*/
|
||||||
|
/*
|
||||||
*:hover {
|
*:hover {
|
||||||
background-color: inherit !important;
|
background-color: inherit !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}*/
|
||||||
/* Hide go to top button */
|
/* Hide go to top button */
|
||||||
[aria-label^="New posts are available. Push the period key to go to the them."]{
|
[aria-label^="New posts are available. Push the period key to go to the them."]{
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user