Closed brandonprajogo closed 7 months ago
@brandonprajogo Create a new file called layouts/partials/custom_head.html
, and add:
<style>
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
</style>
Ok, thanks.
Apparently, removing line under links affect accessibility score on PageSpeed. What can I do to solve this?
it says right there, the links just rely on colour. maybe add the line when the user hovers or something
Hello. I'm using your theme with my site and it looks great!
But do you know how to remove line under links to make it look nicer? Just like original Bear Blog? Thanks.