From 2267a61d770cd62763a8be1c7c1aef1a8a58b083 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 4 Jan 2021 18:02:03 +0100 Subject: [PATCH] Remove underline from pills --- articles/static/authenticated.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/static/authenticated.css b/articles/static/authenticated.css index 3f24f61..179e3b8 100644 --- a/articles/static/authenticated.css +++ b/articles/static/authenticated.css @@ -5,4 +5,6 @@ padding: .5ex 1ex; border-radius: 1ex; vertical-align: 15%; + text-decoration: none; + display: inline-block; }