-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
98 lines (78 loc) · 1.36 KB
/
main.css
File metadata and controls
98 lines (78 loc) · 1.36 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.dark {
background-color: #36394B!important;
}
.really-dark {
background-color: #040620!important;
}
.logo-grey {
color: #c3c4c6;
}
.logo-orange {
color: #fcbe85;
}
.caption {
font-size: 1.25rem;
font-weight: 300;
margin-bottom: 30px;
}
.code-snippet {
font-size: 1.15rem;
background-color: #f7f7f7;
padding: 16px;
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.banner-background {
background: linear-gradient(135deg, hsl(29, 32%, 41%), hsla(236, 78%, 7%, 1));
position: relative;
}
.banner-background h3 {
margin-top: 75px;
}
.banner-background .subtitle {
font-size: 1.5em;
color: #a6a6a6;
}
.banner-background p {
font-size: 1.1em;
color: #a6a6a6;
}
.feature-title {
font-size: 1.5rem;
}
img.overview {
margin: auto;
}
.banner-background .h5 {
color: #c3c4c6;
}
.btn {
background-color: #fcbe85;
color: #444;
margin-bottom: 25px;
}
.btn:focus {
background-color: #fdd8b4;
}
.btn:hover {
background-color: #fdd8b4;
}
.btn-large {
background-color: #fcbe85;
color: #444;
}
.btn-large:focus {
background-color: #fdd8b4;
}
.btn-large:hover {
background-color: #fdd8b4;
}
.page-footer {
padding-top: 0!important;
}
.brand-logo {
background: url(./deepforge-logo.png) no-repeat 10px 12px;
background-size: 75%;
height: 60px;
width: 200px;
display: block;
}