Remove underline from pills

This commit is contained in:
Gabriel Augendre 2021-01-04 18:02:03 +01:00
parent 159585e6cd
commit 2267a61d77
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -5,4 +5,6 @@
padding: .5ex 1ex;
border-radius: 1ex;
vertical-align: 15%;
text-decoration: none;
display: inline-block;
}