equal
deleted
inserted
replaced
|
1 /* Standard style for the site. */ |
|
2 body { background: black; color: silver } |
|
3 em { color: white } |
|
4 b, strong { color: teal } |
|
5 hr { color: teal } |
|
6 :visited { color: teal; text-decoration: none } |
|
7 :visited * { color: teal } |
|
8 :link { color: aqua; text-decoration: none } |
|
9 :link * { color: aqua } |
|
10 a:hover { color: lime; text-decoration: underline } |
|
11 a:hover * { color: lime } |
|
12 h1, h2, h3, h4, h5, h6 { color: teal } |
|
13 h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { color: teal } |
|
14 blockquote { color: white; font-style: italic } |