Fix #173: invisible tag border.

This commit is contained in:
Bastien Wirtz 2020-12-19 15:57:16 -08:00
parent 59db9d2e12
commit 168810d76f

View File

@ -223,6 +223,7 @@ body {
border: none;
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
overflow: visible;
a {
outline: none;