-
Notifications
You must be signed in to change notification settings - Fork 16
/
custom.less
51 lines (47 loc) · 923 Bytes
/
custom.less
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
.home {
background: black;
color:white;
text-align:center;
font-size:20px;
font-family: "Source Code Pro", Menlo, Monaco, Consolas, "Courier New", monospace;
h1 {
font-size: 72px;
}
h3 {
font-size: 30px;
}
a {
color: #32CD32;
&:hover,
&:focus,
&.focus {
color: #32CD32;
text-decoration: underline;
}
}
.btn {
background: black;
color: #32CD32;
border-color: #32CD32;
font-size:40px;
margin-top:20px;
&:hover,
&:focus,
&.focus {
background: #32CD32;
color: black;
text-decoration: none;
}
}
.footer, hr {
display: none;
}
}
.sponsors, .links {
margin: 40px 0px;
img {
max-height: 100px;
max-width: 100px;
margin-left: 10px;
}
}