From 436a19ba102700406f90c4c3b03a5a32c42f8150 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Mon, 16 May 2022 15:07:28 -0400 Subject: [PATCH] Slight change to tag buttons --- assets/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 3676d36..d737397 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -212,9 +212,14 @@ mark { height: 24px; margin: 5px; padding: 0 5px; - background-color: #dddfdf; border-radius: 5px; font-size: 14px; + border: 1px solid #888a8a; + text-decoration: none; +} + +#tags li a:hover { + border: 1px solid black; } /* END TAGS */