diff --git a/themes/one-pager/assets/css/style.css b/themes/one-pager/assets/css/style.css index 0e4284e..83b6a96 100644 --- a/themes/one-pager/assets/css/style.css +++ b/themes/one-pager/assets/css/style.css @@ -85,7 +85,7 @@ body { padding: 4rem 2rem; position: relative; background: var(--bg-primary); - border-bottom: 4px solid var(--accent-yellow); + border-bottom: 4px solid var(--accent-grey); transition: background-color 0.4s ease; overflow: hidden; flex-shrink: 0; @@ -151,7 +151,7 @@ body { font-family: 'Poppins', sans-serif; font-weight: 900; font-size: 4rem; - color: var(--accent-yellow); + color: var(--accent-y); opacity: 0.15; pointer-events: none; } @@ -212,7 +212,10 @@ body { box-shadow: 12px 12px 0 var(--accent-grey); transition: all 0.3s ease; border-radius: 100%; - + filter: grayscale(100%); +} +.profile-picture:hover { + filter: grayscale(0%); } .profile-picture:hover { @@ -503,7 +506,7 @@ body { left: 0; width: 80px; height: 4px; - background: var(--accent-yellow); + background: var(--accent-grey); } /* Blog Grid - KEEP SKEW ON CARDS */