Fix for tooltips on badge #2167
Reference in New Issue
Block a user
No description provided.
Delete Branch "Tooltip-Patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Resolves: https://github.com/privacytools/privacytools.io/pull/2139#issuecomment-751338425 @dngray
Check List
I understand that by not opening an issue about a software/service/similar addition/removal, this pull request will be closed without merging.
I have read and understand the contributing guidelines.
The project is Free Libre and/or Open Source Software
Thanks for this, will review!
I had a look at this, any chance we can get it not bold
Like if you look how it was originally:

Hmm, i think setting
font-weight: normal;
might be the right solution. Though I would have thought it would have been normal to begin with. Must have inherited the boldness from somewhere else.The badge itself seems to have an
bold
font-weight.I couldn't think of anything else.