From d89ebf1014b2c7306a4fd8d6ad2307e51f5bb1f8 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 29 Aug 2023 16:57:07 -0500 Subject: [PATCH] style: format with prettier --- assets/style/article.css | 4 ++-- assets/style/style.css | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/style/article.css b/assets/style/article.css index 744b227..3d5532c 100644 --- a/assets/style/article.css +++ b/assets/style/article.css @@ -74,7 +74,7 @@ article > p { } .articles-container > ul > li { list-style-type: none; - margin: 10px + margin: 10px; } .article-frontmatter { @@ -125,4 +125,4 @@ article > p { .article-frontmatter-tags > ul > li:not(:last-child)::after { content: " ⦁"; -} \ No newline at end of file +} diff --git a/assets/style/style.css b/assets/style/style.css index 4f3ede4..14a6d4f 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -109,7 +109,8 @@ footer { width: 100vw; } -footer a, footer a:visited { +footer a, +footer a:visited { color: var(--crystalBlue); } @@ -316,4 +317,4 @@ hr { align-self: center; border: none; border-top: thin solid; -} \ No newline at end of file +}