Description
Describe the bug
Inconsistency in the twitter website. Some have black bars and others have readability/visibility issues on certain backgrounds.
To Reproduce
Steps to reproduce the behavior:
- Go x.com
Expected behavior
Better readability and consistent design
Screenshots
Part 1
When replying under a post there is a bar under
Part 2
Quoted retweets can morph into the background with no clear borders on some wallpapers
Part 3
Links between replies in posts face same issue as Part 2
Part 4
Search bar and containers on right bar have black backgrounds
Desktop (please complete the following information):
Zen Version 1.12.10b
Additional context
I tried reading the guide for contribution but I am not sure if I should attach this
However, I was able to fix my issues using these snippets
It is to be noted that I did not spend a lot of time deciding colors
.r-1bnu78o {
/* Part 3*/
background-color: rgb(174, 174, 174) !important;
}
.r-1kqtdi0 {
/* Part 2 and 4 */
border-color: rgb(41, 67, 89) !important;
background: rgb(41, 67, 89, 0.05) !important
}
.r-kemksi {
/* Part 2 and 4 */
border-color: rgb(41, 67, 89) !important;
/* Part 1*/
background-color: transparent !important;
}