remove change in colors for twitter

This commit is contained in:
NunoSempere 2024-01-18 16:15:41 +01:00
parent c33fc76b02
commit 2896ff4e52
4 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define STYLE_N 7127 + 1000
#define STYLE_N 7265 + 1000
void read_style_js(char* string)
{

View File

@ -1,7 +1,7 @@
#ifndef STYLE
#define STYLE
#define STYLE_N 7127 + 1000
#define STYLE_N 7265 + 1000
void read_style_js(char* string);

View File

@ -123,10 +123,16 @@ 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;

BIN
rose

Binary file not shown.