-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-custom.css
44 lines (42 loc) · 940 Bytes
/
my-custom.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
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);
.remark-slide-content {font-size: 120%; }
.tiny {font-size: 50%; }
.small {font-size: 80%;}
.header {font-size: 60%; }
.blue-button{
height:25px;
width:75px;
border-radius: 50px;
background-color: #ADD8E6;
color:black;
}
.red-button{
height:25px;
width:75px;
border-radius: 50px;
background-color: #FFCCCB;
color:black;
}
.yellow-button{
height:25px;
width:75px;
border-radius: 50px;
background-color: #FFFFE0;
color:black;
}
.green-button{
height:25px;
width:75px;
border-radius: 50px;
background-color: #90EE90;
color:black;
}
.grey-button{
height:25px;
width:75px;
border-radius: 50px;
background-color:#D3D3D3;
color:black;
}