diff --git a/_site/styles.css b/_site/styles.css index 18b9ac5..b2469d8 100644 --- a/_site/styles.css +++ b/_site/styles.css @@ -261,12 +261,16 @@ footer li a { display: flex; justify-content: center; align-items: center; - background-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.25); border-radius: 50%; width: 2.8125rem; height: 2.8125rem; } +footer li a:hover { + background-color: rgba(255, 255, 255, 0.5); +} + footer p { padding-top: 36px; font-size: 0.875rem; diff --git a/styles.css b/styles.css index 18b9ac5..b2469d8 100644 --- a/styles.css +++ b/styles.css @@ -261,12 +261,16 @@ footer li a { display: flex; justify-content: center; align-items: center; - background-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.25); border-radius: 50%; width: 2.8125rem; height: 2.8125rem; } +footer li a:hover { + background-color: rgba(255, 255, 255, 0.5); +} + footer p { padding-top: 36px; font-size: 0.875rem;