add new blogs

This commit is contained in:
Zoe
2023-01-01 05:01:45 -06:00
parent 3f412b8a34
commit 471496018a
19 changed files with 392 additions and 63 deletions

View File

@@ -12,30 +12,6 @@ body {
z-index: 0;
}
header,
.blur-background::before {
background-image: url(~/assets/images/header.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.blur-background {
position: relative;
overflow: hidden;
}
.blur-background::before {
content: '';
margin: -35px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
filter: blur(16px) saturate(115%);
}
a {
@apply text-rose-500 hover:underline visited:bg-rose-700;
}
@@ -51,15 +27,6 @@ samp {
font-family: 'JetBrains Mono', monospace;
}
.font-inter {
font-family: 'Inter';
}
.blog-post-img {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.text-overflow:before {
content: "";
width: 100%;