Update blog post date text color to meet contrast-ratio guidelines (#4821)

This commit is contained in:
Brett Jankord 2022-09-22 02:18:09 -05:00 committed by GitHub
parent 778dce8c05
commit 2c2bbc5158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ const posts = (await Astro.glob('./blog/*.{md,mdx}')).sort(
ul li time {
flex: 0 0 130px;
font-style: italic;
color: #888;
color: #595959;
}
ul li a:visited {
color: #8e32dc;