brotherton-erpnext/website/templates/css/blog.css
2012-09-24 19:13:42 +05:30

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>