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
|
/*@-moz-document
domain("hoogle.com"),
domain("hoogle.simatime.com")
{*/
input, input#hoogle
{ background: transparent }
/*}
@-moz-document
domain("gwern.com")
{*/
.markdownBody a:link, .markdownBody a:link *, #footer a:link
{ text-shadow: none }
/*}
@-moz-document
domain("gitolite.com")
{*/
body { background: #222 }
/*}
@-moz-document
domain("huggingface.co")
{*/
/* huggingface */
.bg-gradient-to-r,
.bg-gradient-to-l,
.bg-gradient-to-t,
.bg-gradient-to-b,
.lg\:.bg-gradient-to-r,
.lg\:.bg-gradient-to-l,
.lg\:.bg-gradient-to-t,
.lg\:.bg-gradient-to-b,
.md\:.bg-gradient-to-l,
.md\:.bg-gradient-to-r,
.md\:.bg-gradient-to-t,
.md\:.bg-gradient-to-b,
.overview-card-wrapper,
.tag,
.tag-ico,
.btn,
.bg-white,
input,
button
{ background: #222 !important }
/*}*/
|