From 79fbaea519656954a6814c46ff25825baa1f3106 Mon Sep 17 00:00:00 2001 From: Cory Streiff Date: Mon, 16 Sep 2024 10:34:46 +0200 Subject: [PATCH] Change social links bg color on hover --- _site/styles.css | 6 +++++- styles.css | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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;