diff --git a/assets/css/styles.css b/assets/css/styles.css index 7eae35c..b0b9916 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -87,21 +87,21 @@ body { width: 100%; color: black; min-height: 64px; - border-radius: 1px; padding-right: 44px; padding-left: 44px; color: inherit; text-decoration: none; - border: 3px solid white; - box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.9); - transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out; + border: 2px solid #a9a9b3; + box-shadow: 10px 10px 0 rgb(0, 0, 0); + transition: transform 0.075s ease-in-out, box-shadow 0.075s ease-in-out; } .link:hover, .link:focus { color: white; - background-color: transparent; - transform: translateY(6px); - box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.9); + background-color: rgba(0, 0, 0, 0.5); + transform: translateY(2px); + box-shadow: 8px 8px 0 rgb(0, 0, 0); + border-color: white; } \ No newline at end of file diff --git a/index.html b/index.html index 0ca7103..07b4bee 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,6 @@ - Nicholas Ward @@ -24,8 +23,10 @@