forked from autoschool/autoschool.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
45 lines (38 loc) · 671 Bytes
/
styles.css
File metadata and controls
45 lines (38 loc) · 671 Bytes
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
.commit {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.commit .media-heading a {
color: #333;
text-decoration: underline;
}
#graph svg {
display: block;
width: 100%;
}
#graph .tick-line {
stroke: #000;
stroke-opacity: 0.1;
stroke-width: 1px;
}
#graph .timeline-group-title {
font-size: 18px;
}
#graph .timeline-group-cover {
fill: rgb(246, 245, 243);
shape-rendering: crispEdges;
}
#graph .axis {
font-size: 14px;
}
#graph .axis path {
fill: none;
}
#graph .axis path, #graph .axis line {
fill: none;
stroke: black;
shape-rendering: crispEdges;
}
#graph .point {
fill: steelblue;
}