I'm trying to add few tables to my module's description using the `<table>` tag. But there's no styling provided for the `<table>` tag by default. So it does not match with the rest of the content. I want to make some minor styling to the table's `td` `tr` tags, like changing the padding value.
Can I embed a css file to be used with index.html, if so how? I can inline css in index.html, but since I have several tables it is too much work.