style: addressbar border lighter color

This commit is contained in:
Ayo Ayco 2024-09-02 00:30:15 +02:00
parent 3bc3055dda
commit dd2613598e

View file

@ -36,7 +36,7 @@ const { url } = Astro.props;
padding: 0.5rem; padding: 0.5rem;
text-align: center; text-align: center;
border-radius: 30px; border-radius: 30px;
border: 1px solid rgb(var(--gray)); border: 1px solid #ccc;
background-color: #f5f5f5; background-color: #f5f5f5;
box-shadow: 0 1px 3px 1px #eee; box-shadow: 0 1px 3px 1px #eee;
display: flex; display: flex;