From c69ead8f97083d440fd6fd0e905576456df35021 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 22 May 2023 17:42:01 -0500 Subject: feat: implement project listing and taxonomies --- sass/style.scss | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'sass') diff --git a/sass/style.scss b/sass/style.scss index 58c8e05..db0d60c 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -118,32 +118,31 @@ body { } } - & > footer { - & > * { - display: inline; - } - - & > time { - text-decoration: underline; - } - } - & > nav { text-align: left; - font-size: 0.9rem; } } - & > ul > li > article > header > hgroup > :first-child a { - color: var(--blue); - text-decoration: none; + & > footer { + & > * { + display: inline; + } - &:hover { + & > time { text-decoration: underline; } - &:visited { - color: var(--blue-dim); - } + } + } + + li > article > header > hgroup > :first-child a { + color: var(--blue); + text-decoration: none; + + &:hover { + text-decoration: underline; + } + &:visited { + color: var(--blue-dim); } } -- cgit v1.2.3-70-g09d2