-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.css
More file actions
34 lines (32 loc) · 774 Bytes
/
index.css
File metadata and controls
34 lines (32 loc) · 774 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
#cSpan {
background: none;
width: 100%;
height: 100%; /*added by Serena*/
text-align: center;
}
.btn-primary {
color: #fff;
background-color: #052049; /*normal background color of buttons */
border-color: #031631; /*slightly darker than normal background */
min-width: 300px;
width: 300px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: light;
font-size: 30px;
}
a:link {
text-decoration: none;
color: #ffffff;/*changed by Serena*/
}
a:hover {
text-decoration: none;
color: #ffffff;/*changed by Serena*/
}
a:active {
text-decoration: none;
color: #ffffff;/*changed by Serena*/
}
a:visited {
text-decoration: none;
color: #ffffff;/*changed by Serena*/
}