aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
blob: 509a2b7816a8b8c833c0d9d7421ea09a23d3efd4 (plain)
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
#cy {
	width: 80%;
	height: 90%;
	position: absolute;
	left: 0px;
}


a:link {
    color:grey ;
}

/* A link that has been visited */
a:visited {
    color: grey;
}

/* A link that is hovered on */
a:hover {
    color: blue;
}

/* A link that is selected */
a:active {
    color: blue;
}