summaryrefslogtreecommitdiffstats
path: root/static/home.css
blob: 8931b486fd67bb371efe78a8c136674e5a1d1682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
p {
	font-size: 1.5em;
	text-align: center;
	margin: 50px 0;
}

article p a:link, article p a:visited {
	color: #111;
	padding: 10px;
	border: 1px solid #888;
	background: -moz-linear-gradient(top, #07a, #047);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	font-weight: bold;
}

article p a:hover {
	background: -moz-linear-gradient(top, #08b, #047);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	text-decoration: none;
}