blob: b105f699caa4a028349085d3c85e7ab272adc5c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
a {
color: #000;
text-decoration: none;
}
a:visited {
color: #666;
}
a:hover {
text-decoration: underline;
}
textarea:focus, input:focus { background-color: #ffd; }
|