forked from jack9684/neodocs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
48 lines (42 loc) · 934 Bytes
/
styles.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
#logo {
text-align: center;
padding: 50px;
width: 450px;
height: auto;
}
#cover-header {
font-family: Source Sans Pro,Helvetica Neue,Arial,sans-serif;
font-size: 2.5rem;
font-weight: 300;
text-align: center;
}
.markdown-section h3 {
font-size: 1.3rem;
}
.markdown-section h4 {
font-size: 1.1rem;
}
main {
max-width: 1600px;
margin: 0 auto;
}
.oneclicknode-container {
margin-top: 20px;
display: grid;
width: 100%;
text-align: center;
}
.oneclicknode-btn {
font-size: 18px;
line-height: 1.4;
font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 600;
background-color: #cd553e;
color: #FFFFFF;
padding: 1em 1.5em;
border-radius: 0.5rem;
text-decoration: none;
i {
padding-right: 0.3em;
}
}