summaryrefslogtreecommitdiff
path: root/styles/style.css
blob: ea2e15b3bc307ccb648e6bcf861be1d7fc29bef5 (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
a {
	color: blue;
}

a:hover {
	text-decoration: none;
}

table {
	width: 100%;
}

blockquote {
	margin: 8px 40px 14px 18px;
	padding: 12px;
	border: 1px solid #aa6;
	overflow: hidden;
}

textarea {
	width: 100%;
	height: 200px;
	margin-right: 0;
	overflow: scroll;
	resize: none;
}