-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub.css
77 lines (64 loc) · 1.66 KB
/
github.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
body, html{
background-color: #24273a !important;
}
/*background color*/
.logged-in,
.gutter-md-spacious,
.container-xl,
.color-bg-default,
.flex-auto.col-md-8.col-lg-8.px-3.px-lg-5,
#repository-container-header {
background-color: #24273a !important;
}
.Header{
background-color: #131020;
border-bottom: 2px !important;
border-bottom-style: solid !important;
border-bottom-color: #c29df1 !important;
}
.site-subnav{
background-image: linear-gradient(to bottom, #000005, #050A30);
}
.js-repo-nav{
background-color: #24273a
}
/*flexbox-readjusting*/
.team-left-column.col-md-4.col-lg-3 {
border-right-width: 0px !important;
border-bottom-width: 0px !important;
background-color: #131020 !important;
color: #c29df1 !important;
}
.flex-auto>.d-md-flex>.team-left-column {
background-image: none !important;
}
.flex-auto>.d-md-flex {
margin-right: -32px !important;
margin-left: -32px !important;
}
.border-bottom {
border-bottom: 0px !important;
}
/*navbar icons & links*/
.Header-link{
color: #fff;
}
/*username up left corner*/
.css-truncate{
color: #fff;
}
.js-profile-timeline-year-list {
background-color: #24273a
}
/*add border to project names*/
.wb-break-word {
border-left: 2px #adbac7 groove;
padding-left: 10px;
}
/*scrollbar*/
::-webkit-scrollbar {
background-color: #1c1c1c;
}
::-webkit-scrollbar-thumb {
background: #000008;
}