-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (49 loc) · 732 Bytes
/
styles.css
File metadata and controls
56 lines (49 loc) · 732 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
45
46
47
48
49
50
51
52
53
54
55
56
body {
font: normal 81.3%/1.538em "Open Sans", sans-serif;
color: #333;
}
h1 {
margin: 0;
font-size: 1.625em;
font-weight: bold;
line-height: 1.875em;
}
h3 {
margin: 10px 0;
font-size: 1.231em;
font-weight: bold;
}
a,
a:hover,
.link:hover,
a:focus,
.link:focus {
text-decoration: none;
color: #0074bd;
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
table {
width: 100%;
margin: 0 0 10px;
border-collapse: collapse;
}
tr {
padding: 0.1em 0.6em;
border-bottom: 1px solid #e6e4df;
}
th {
font-size: 0.91rem;
font-weight: 500;
text-transform: none;
background: #f5f5f2;
color: #909090;
}
td {
padding: 10px 12px;
text-align: left;
vertical-align: middle;
}