This commit is contained in:
sakrecoer 2026-08-07 10:58:14 +02:00
parent 95199fa473
commit ed40e2b45c

View file

@ -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 */