-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
53 lines (44 loc) · 801 Bytes
/
styles.css
File metadata and controls
53 lines (44 loc) · 801 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
.hero {
background: #7F00FF;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E100FF, #7F00FF);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E100FF, #7F00FF);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.no {
margin: 0 auto;
font-weight: normal;
color: white;
}
.title {
color: white;
}
.lin {
color: white;
}
.subtitle {
color: white;
font-weight: lighter;
}
.sub {
color: #1352cf;
font-weight: bold;
margin: 1rem;
}
.code {
text-align: left;
}
pre {
padding: 0.8rem 0.8rem;
border-radius: 4px;
}
img {
max-width: 100px;
border-radius: 50%;
margin-right: 1rem;
cursor: pointer;
}
#cntx {
font-size: 1.15rem;
}