-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
46 lines (39 loc) · 713 Bytes
/
styles.css
File metadata and controls
46 lines (39 loc) · 713 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
h1.title{
font-size: 28px;
font-weight: bold;
color: #00727c;
}
h2 {
font-size: 24px;
font-weight: bold;
color: #00727c;
}
h3 {
font-size: 18px;
font-weight: bold;
color: #7A7574;
}
tocify > ul {
color: red;
background-color: #00727C;
border-color: #00727C;
}
body > p {
font-size: 15px;
line-height: 1.42857143;
color: #221f20;
}
div.main-container {
max-width: 1600px !important;
}
/*----------LOGO above TOC---------*/
#TOC::before {
content: "";
display: block;
height: 200px;
margin: 2em 10px 20px 10px;
background-image: url("html/logo200.png");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}