Hi!
Firstly, thank you very much for the theme!
One thing I miss is that links aren't underlined by default as GitHub does.
I'm currently using a workaround with custom CSS:
a {
text-decoration: underline !important;
}
Would it be possible to add this to the theme to match GitHub's behavior?
Thank you!