mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-06-23 19:21:24 +02:00
Fix #173: invisible tag border.
This commit is contained in:
parent
59db9d2e12
commit
168810d76f
@ -223,6 +223,7 @@ body {
|
|||||||
border: none;
|
border: none;
|
||||||
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
|
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
|
||||||
transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
|
transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
|
||||||
|
overflow: visible;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user