-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdark.css
51 lines (50 loc) · 1.93 KB
/
dark.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
body, .pagehead, .site-header, .bg-gray, .bg-white, .box, .Box, .reponav-item, .commit-tease, .file-wrap, .files, .js-navigation-item, .btn-sm, .social-count, .file-info, .file-header, .file, .instapaper-body, .blob, article, .file-box, .file-editor-textarea,.SelectMenu-modal,.SelectMenu,.SelectMenu-list,.SelectMenu-header,.flex-column,.SelectMenu-icon,.SelectMenu-item,.Box-header,.reponav-wrapper ,.SelectMenu-message,.SelectMenu-input,.js-line-number,.form-control,.menu,h3,.boxed-group-inner,.num,.user-profile-sticky-bar,.js-pjax-container,.user-profile-sticky-bar::after {
background: rgb(36, 36, 36) !important;
color: white !important;
}
.btn, .btn-sm, .social-count, .js-social-container {
border: 20px !important;
border-color: white !important;
}
a, .link-gray-dark, .btn-link {
color: rgb(197, 197, 197) !important;
}
.text-gray-dark{
color: rgb(63, 63, 63) !important;
}
.Header,.bg-gray-light,.table-list-header,.bg-blue-light,.UnderlineNav,.Header-item {
background: rgb(24, 24, 24) !important;
}
#account-switcher-left{
box-shadow: 0px 0px 5px 10px rgba(255,255,255,1) !important;
background: rgba(255, 255, 255, 1) !important;
}
.flash-success{
background: rgb(27, 58, 27) !important;
color:green;
}
.f4 > .text-gray-dark{
color:rgb(190, 190, 190) !important;
}
.navigation-focus[aria-selected="true"],.navigation-focus[aria-selected="true"] > .content,.navigation-focus[aria-selected="true"] > .icon,.navigation-focus[aria-selected="true"] > .message,.selected{
background: rgb(54, 54, 54) !important;
}
.link-gray:hover,.final-path{
color: rgb(214, 214, 214) !important;
}
.blob-code, .octicon-mark-github, .text-gray, .octicon {
color: white !important;
}
.pl-s1 {
color: rgb(0, 187, 0) !important;
;
}
.pl-s{
color: rgb(0, 119, 255)
}
.pl-c{
color: #7a6179 !important;
}
.file-info {
color: rgb(36, 36, 36)!important;
}