Update styles

This commit is contained in:
Cassidy Williams
2022-10-18 18:09:10 -05:00
parent fe83c6b7a4
commit 63e0b7d448
4 changed files with 12 additions and 13 deletions

View File

@@ -18,16 +18,9 @@ const posts = (await Astro.glob('../posts/*.{md,mdx}')).sort(
<head>
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
<style>
ul {
list-style-type: none;
padding: unset;
}
ul li {
display: flex;
}
ul li a:visited {
color: #8e32dc;
}
</style>
</head>
<body>