nailed it

This commit is contained in:
sakrecoer 2026-08-07 11:48:43 +02:00
parent 5eec62b318
commit e18ed3f320

View file

@ -168,6 +168,7 @@ body {
background-position:center; background-position:center;
background-attachment:fixed; background-attachment:fixed;
} }
#texture { #texture {
filter: invert(50%) sepia(100%) saturate(100%) hue-rotate(15deg); filter: invert(50%) sepia(100%) saturate(100%) hue-rotate(15deg);
position:absolute; position:absolute;
@ -611,10 +612,11 @@ button {
margin-top: 1.5rem; margin-top: 1.5rem;
padding: 1.5rem; padding: 1.5rem;
background: var(--bg-secondary); background: var(--bg-secondary);
border-left: 4px solid var(--accent-yellow); border: 1px solid var(--accent-yellow);
color: var(--text-secondary); color: var(--text-secondary);
font-weight: 400; font-weight: 400;
font-size: 0.95rem; font-size: 0.95rem;
box-shadow: 0 10px 40px #ffd7005c
} }
.blog-full-content img { .blog-full-content img {
@ -649,7 +651,6 @@ button {
width: 100%; width: 100%;
height: 200px; height: 200px;
object-fit: cover; object-fit: cover;
border: 2px solid var(--accent-grey);
margin-bottom: 1rem; margin-bottom: 1rem;
filter: grayscale(100%); filter: grayscale(100%);
transition: all 0.3s ease; transition: all 0.3s ease;
@ -1939,8 +1940,10 @@ button {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: rgba(0, 0, 0, 0.4); background: rgba(0, 0, 0, 0);
opacity: 0; background-image:url('/images/texture.png');
background-size: 70%;
opacity: 1;
transition: opacity 0.3s ease; transition: opacity 0.3s ease;
cursor: pointer; cursor: pointer;
} }