Fix #173: invisible tag border.

pull/174/head
Bastien Wirtz 2020-12-19 15:57:16 -08:00
parent 59db9d2e12
commit 168810d76f
1 changed files with 1 additions and 0 deletions

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;