Tweak link styles in stylesheet
Simon Volpert
7 years ago
8 | 8 |
body {
|
9 | 9 |
font-size: 3.34vmin;
|
10 | 10 |
text-align: center;
|
|
11 |
}
|
|
12 |
|
|
13 |
a:link, a:visited {
|
|
14 |
text-decoration: none;
|
|
15 |
}
|
|
16 |
|
|
17 |
a:hover {
|
|
18 |
text-decoration: underline;
|
11 | 19 |
}
|
12 | 20 |
|
13 | 21 |
table {
|