5 background-color: rgba(
0,
128,
0,
0.5);
8 fill: rgba(
0,
128,
0,
0.5);
11 text-decoration-color: green;
16 animation-delay:
1e10s;
17 animation-duration:
1s;
18 animation-fill-mode: both;
22 background-color: rgba(
128,
0,
0,
0.5);
25 fill: rgba(
128,
0,
0,
0.5);
28 text-decoration-color: red;
32 <a id=
"visited" href=
"">
33 This should be completely green.
34 <svg width=
"14" height=
"14">
35 <rect x=
"2" y=
"2" width=
"10" height=
"10" stroke-width=
"4"></rect>
40 <a id=
"unvisited" href=
"#">
41 This should also be completely green.
42 <svg width=
"14" height=
"14">
43 <rect x=
"2" y=
"2" width=
"10" height=
"10" stroke-width=
"4"></rect>