petty detail

This commit is contained in:
sakrecoer 2026-08-06 21:35:56 +02:00
parent e78779f01c
commit e9f851df8e

View file

@ -177,6 +177,7 @@ body {
bottom:0;
z-index:1;
background-image:url('/images/texture.png');
background-size: 80%;
pointer-events:none;
}
@ -263,13 +264,13 @@ body {
line-height: 1.5;
color: var(--text-secondary);
border-left: 4px solid var(--accent-yellow);
border: 4px solid var(--accent-grey);
padding: 0.5rem 1rem 1.5rem 1.5rem;
letter-spacing: 0.5px;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-radius: 0 8px 8px 0;
border-radius: 8px;
}
[data-theme="dark"] .profile-about {