-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserstyle.css
86 lines (71 loc) · 1.98 KB
/
userstyle.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/* ==UserStyle==
@name Hacker News Solarized Dark Nice
@namespace github.com/superjamie/hn-solarized-dark-nice
@version 1.2.1
@description A solarized dark theme user-style for http://news.ycombinator.com
@author Jamie Bainbridge <[email protected]>
@homepageURL https://github.com/superjamie/hn-solarized-dark-nice
@supportURL https://github.com/superjamie/hn-solarized-dark-nice/issues
@updateURL https://raw.githubusercontent.com/superjamie/hn-solarized-dark-nice/main/userstyle.css
@license CC0
==/UserStyle== */
@-moz-document domain("news.ycombinator.com") {
* {
color: #93A1A1 !important;
background-color: #002b36 !important;
font-size: 1.075em;
}
body > center > table > tbody > tr:first-child * {
background-color: #073642 !important;
}
body > center > table > tbody > tr:first-child * a:visited {
color: #2aa198 !important;
}
body > center > table > tbody > tr:first-child * a:hover {
background: #002b36 !important;
}
code, pre, input, textarea {
background: #073642 !important;
}
a {
color: #2aa198 !important;
}
tr.spacer {
height: 0.67em !important;
}
.score {
color: #6c71c4 !important;
font-weight: bold !important;
}
.subline, .subtext a {
color: #586e75 !important;
}
a:visited, a:visited span {
color: #586e75 !important;
}
a:hover, a:hover span {
background: #073642 !important;
}
input:focus {
outline: none !important;
}
.default p {
font-size: 100% !important;
}
.comment {
font-size: 1.0em !important;
}
.votearrow {
margin-top: 2px !important;
margin-left: 5px !important;
margin-right: 5px !important;
margin-bottom: 6px !important;
width: 0px;
height: 0px;
background: none !important;
/* CSS triangle */
border-left: 5px solid transparent !important;
border-right: 5px solid transparent !important;
border-bottom: 10px solid #cb4b16 !important;
}
}