-
Notifications
You must be signed in to change notification settings - Fork 3
/
chrome-script.css
50 lines (42 loc) · 888 Bytes
/
chrome-script.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.cs-gmail .Am.Al.editable.LW-avf {
font-family: monospace !important;
font-size: 80% !important;
}
.cs-gmail .ii.gt {
font-family: monospace;
font-size: 80%;
}
.cs-google body,
.cs-google div,
.cs-google input,
.cs-google select,
.cs-google td,
.cs-google textarea {
/* font-family: sans-serif !important; */
}
.cs-reddit textarea {
font-family: monospace !important;
}
.cs-tweetdeck body {
font-family: sans-serif !important;
-webkit-font-smoothing: none;
}
.cs-google .Pt span {
opacity: 1 !important;
width: auto !important;
}
.cs-google .Pt div {
display: none !important;
}
/* on StackExchange websites */
#content #sidebar #hot-network-questions.module {
display: none;
}
.cs-trello html,
.cs-trello body,
.cs-trello input,
.cs-trello select,
.cs-trello textarea,
.cs-trello button {
font-family: Cantarell, sans-serif;
}