🔥 remove unused code

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-02-21 22:13:09 +01:00
parent d5afcd8502
commit aaaa6bf50b
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -41,21 +41,3 @@ const sortedYears = Object.keys(postsByYear).sort((a:any, b:any) => b - a);
))}
</main>
</SectionContainer>
<style>
ul {
list-style-type: none;
padding: unset;
}
ul li {
display: flex;
}
ul li :global(time) {
flex: 0 0 130px;
font-style: italic;
color: #595959;
}
ul li a {
color: #815B5B;
}
</style>