diff --git a/docs/source/stylesheets/components/_inputs.scss b/docs/source/stylesheets/components/_inputs.scss index aed085500..0009f9a51 100644 --- a/docs/source/stylesheets/components/_inputs.scss +++ b/docs/source/stylesheets/components/_inputs.scss @@ -47,7 +47,7 @@ input { } .ap-footer { - color: #000000 + color: #797979; } } } diff --git a/src/icons/algolia.svg b/src/icons/algolia.svg index 851a3237f..16b280ce5 100644 --- a/src/icons/algolia.svg +++ b/src/icons/algolia.svg @@ -1,6 +1,13 @@ - - - - - - + + + + Group + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/src/places.scss b/src/places.scss index 10d381fda..cb3127210 100644 --- a/src/places.scss +++ b/src/places.scss @@ -96,10 +96,13 @@ opacity: .8; text-align: right; padding: .5em 1em .5em 0; - font-size: 60%; + font-size: 12px; + a { vertical-align: sub; } + + &:hover { opacity: 1; }