htmlize-hyperlink-style
htmlize-hyperlink-style is a variable defined in `htmlize.el
'.
Its value is "\n a {\n color: inherit;\n background-color: inherit;\n font: inherit;\n text-decoration: inherit;\n }\n a:hover {\n text-decoration: underline;\n }\n"Documentation: *The CSS style used for hyperlinks when in CSS mode. You can customize this variable.