mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
update styles
This commit is contained in:
parent
805990da81
commit
c073feaab3
3 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ a:hover {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
gap: 5px;
|
||||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue