gmail inbox aesthetics / stylus
edited
1you know how when you set an image as your bg in gmail but like.
2you can't see it because there's a massive block of ???SOME COLOUR??
3don't @ me for colour choices btw i was testing.
4
5anyway...
6
7transparent now:
8.nH {
9 background-color: rgba(189, 189, 189, 0);
10}
11
12font colour of your emails:
13.zE {
14 color: #fff;
15}
16
17to be spicy, hover those:
18.zE:hover {
19 color: #fff;
20 background-color: #84000085;
21}
22
23change the colours of read emails so you don't read them again:
24.yO {
25 background-color: #ff0000f5;
26 color: #378a37;
27 overflow: hidden;
28}
29.yO:hover {
30 background-color: #db000036;
31 color: #f00;
32 overflow: hidden;
33}
34
35i forgot one, when you edit the inbox transparency it WILL ruin the
36look of the emails when you click on them, sooooo:
37
38.hx {
39 background-color: #ffffffa8;
40}
41
42^ just change that colour/opacity to whatever you want