From 0333f3e258026696af265f777f862e612bab1bd7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 13 Oct 2023 11:51:47 -0400 Subject: Tag links --- app/assets/stylesheets/main/entries.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'app/assets/stylesheets/main/entries.scss') diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 5fbd4ef..1a42d85 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss @@ -88,6 +88,30 @@ font: 75%/150% sans-serif; color: #999; } + + .post-tag-3 { + background: image-url("tag.png") no-repeat; + padding-left: 20px; + margin: 0 0 0 3em; + float: left; + font-size: 95%; + color: #999999; + font: 75%/150% sans-serif; + display: block; + + li { + display: inline-block; + margin-right: 0.5em; + + a { + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + } + } } } -- cgit 1.4.1