7 lines
152 B
CSS
7 lines
152 B
CSS
|
<style>
|
||
|
h2 > a, h2 > a:link, h2 > a:visited, h2 > a:active,
|
||
|
h2 > a:hover, h2 > a:focus {
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
}
|
||
|
</style>
|