update styles

This commit is contained in:
JasterV 2025-06-01 23:01:07 +02:00
parent 805990da81
commit c073feaab3
3 changed files with 5 additions and 5 deletions

View file

@ -13,16 +13,16 @@ const { href, text } = Astro.props;
.link-button {
text-decoration: none;
margin: 0.25em;
padding: 0.5em 1em;
padding: 0.25em 1em;
border: 1px solid var(--text-color);
position: relative;
background: transparent;
font-size: 1.4rem;
font-weight: bold;
color: var(--text-color);
}
.link-button:hover {
top: 2px;
font-weight: normal;
}
</style>

View file

@ -91,8 +91,8 @@ const backgroundImageUrl = `url('${optimizedImage.src}')`;
width: 80ch;
min-height: calc(100vh - 1rem);
border: 2px solid white;
background: rgba(29, 31, 33, 0.9);
backdrop-filter: blur(5px);
background: rgba(29, 31, 33, 0.95);
backdrop-filter: blur(10px);
padding: 2rem 1.5rem;
margin: 0.5rem;
}

View file

@ -203,7 +203,7 @@ a:hover {
justify-content: center;
align-items: center;
flex-direction: row;
gap: 5px;
gap: 1rem;
}
}