forked from StylishThemes/GitHub-Dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgist.css
98 lines (98 loc) · 2.48 KB
/
gist.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
87
88
89
90
91
92
93
94
95
96
97
98
@-moz-document domain("gist.github.com") {
/* generated gist.github.com rules */
body {
background-color: var(--ghd-bg-color) !important;
background-image: var(--ghd-bg-img) !important;
background-clip: border-box !important;
background-origin: padding-box !important;
background-attachment: /*[[bg-attachment]]*/ !important;
/*[[bg-options]]*/
}
/* text selection */
::selection {
background-color: /*[[base-color]]*/ !important;
color: #fff !important;
}
::-moz-selection {
background-color: /*[[base-color]]*/ !important;
color: #fff !important;
}
/* placeholder */
::-webkit-input-placeholder {
color: #666 !important;
opacity: 1 !important;
}
::-moz-placeholder {
color: #666 !important;
opacity: 1 !important;
}
::placeholder {
color: #666 !important;
opacity: 1 !important;
}
.select-menu-text-filter input::-webkit-input-placeholder {
color: #555 !important;
}
.select-menu-text-filter input::-moz-placeholder {
color: #555 !important;
}
.select-menu-text-filter input::placeholder {
color: #555 !important;
}
::-webkit-calendar-picker-indicator {
background-color: #181818;
color: #c9c9c9;
}
::-webkit-calendar-picker-indicator:hover {
color: #666;
}
.Header, .Header-old {
border-bottom: 1px solid #343434 !important;
background: #181818 !important;
}
.Header-link {
color: #c6c6c6;
}
.Header-link[data-ga-click]:focus, .Header-link[data-ga-click]:hover,
.btn-link .octicon-kebab-horizontal:hover {
color: /*[[base-color]]*/;
}
.gisthead {
background: rgba(20, 20, 20, .4) !important;
}
.discussion-timeline-actions {
background: none !important;
}
.notification-indicator .mail-status {
border-color: #181818;
}
.social-count {
box-shadow: none;
}
.gist-content .file-box {
background: #181818;
}
.gist-quicksearch-result-group {
background: #282828 !important;
border-color: rgba(68, 68, 68, .5) !important;
color: #555 !important;
}
img[src$="favicons.githubusercontent.com/gist.github.com"] {
filter: invert(100%) hue-rotate(180deg) !important;
}
.gist-secret-label {
background: rgba(51, 34, 17, .4) !important;
border: 1px solid #542 !important;
color: #ddd !important;
}
.gist-owner-tag .tag {
background: #070 !important;
color: #ddd !important;
}
.btn {
box-shadow: none !important;
}
.gist-banner {
background: rgba(20, 20, 20, .4) !important;
}
}