7 background-color: rgba(
0,
128,
0,
0.5);
10 fill: rgba(
0,
128,
0,
0.5);
13 text-decoration-color: green;
17 <a id=
"visited" href=
"">
18 This should be completely green.
19 <svg width=
"14" height=
"14">
20 <rect x=
"2" y=
"2" width=
"10" height=
"10" stroke-width=
"4"></rect>
25 <a id=
"unvisited" href=
"#">
26 This should also be completely green.
27 <svg width=
"14" height=
"14">
28 <rect x=
"2" y=
"2" width=
"10" height=
"10" stroke-width=
"4"></rect>