aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
blob: 867a753eedf6952bf6b24148dd51bcdee1fc2144 (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: #097DC9;
}

/* A link that has been visited */
a:visited {
    color: #097DC9;
}

/* A link that is hovered on */
a:hover {
    color: #097DC9;
}

/* A link that is selected */
a:active {
    color: #097DC9;
}