-
Notifications
You must be signed in to change notification settings - Fork 0
/
HackerNews.user.css
68 lines (59 loc) · 1.25 KB
/
HackerNews.user.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* ==UserStyle==
@name HackerNews.css
@version 0.1
@namespace https://palash.dev
@homepageURL https://github.com/debpalash/HackerNews.css
@description Makes Hacker News dark eye candy
@author palash.dev https://github.com/debpalash/
@preprocessor stylus
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://news.ycombinator.com") {
html, body, .hnmain, tr, td, table, a, .commtext{
background: #333 !important;
color:#f7f3f3b3 !important;
}
.athing,.title>a{
font-family: monolisa;
font-size: large;
padding-bottom: 5px;
}
.spacer{
padding: 5px;
}
.title>a:hover{
border-bottom-color: #be0fb2 !important;
color: cyan !important;
}
.subtext{
font-size: small;
border-bottom: 2px solid #ffff330a;
padding-bottom: 5px;
}
.subtext:hover{
color: cyan !important;
border-bottom: 2px solid #c9cf71c7;
}
#hnmain > tbody > tr:nth-child(1) > td > table{
padding-bottom:10px;
margin-bottom: 10px;
border-bottom: 2px solid #eceaf09e;
}
/* post content */
a:hover{
color:#34c5a8d6 !important;
}
.fatitem{
font-family: Serif !important;
color: #fff !important;
border-bottom: 1px solid #8784657a;
}
/* comment area*/
.comhead>a{
color:#00ffff8f !important;
}
.commtext {
font-family: calibri;
font-size: medium;
}
}