From 5f860c66d300654934848aee1abe8e5c0d41836e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 16:25:37 -0400 Subject: Added blog archive The path to blog posts is now "blog" instead of "says", btw. --- app/assets/stylesheets/main/entries.scss | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index b511333..b83082c 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss @@ -16,6 +16,7 @@ color: #59770e; border-bottom: 1px dotted #CCCCCC; padding-bottom: 3px; + font-family: "Trebuchet MS", sans-serif; a { text-decoration: none; @@ -186,3 +187,33 @@ } } } + +#blog-archive { + margin-left: 1em; + + h2, h3 { + font-family: "Trebuchet MS", sans-serif; + } +} + +.archive-link { + margin-left: 1em; + + a { + text-decoration: none; + font-weight: bold; + + &, &:visited { + color: #ee2c2c; + } + + &:hover { + text-decoration: underline; + color: #9ea1ad; + } + } + + small { + margin-left: 1.5em; + } +} -- cgit 1.4.1