Skip to content

Commit

Permalink
better link color
Browse files Browse the repository at this point in the history
  • Loading branch information
erudin committed Sep 30, 2023
1 parent 28d6b07 commit 2445ae7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta property="og:description" content="Authentic handmade art by Gaba" />
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto');

.container {
/* Center vertically and horizontally */
display: flex;
Expand All @@ -31,12 +32,12 @@
.instagram {
width: 120px;
height: 28px;
border: 1px solid blue;
color: blue;
border: 1px solid #44b9cc;
color: #44b9cc;
border-radius: 5px;
}
.instagram:hover {
background-color: blue;
background-color: #44b9cc;
color: #FFF;
}

Expand Down

0 comments on commit 2445ae7

Please sign in to comment.