From c9a8ff07f225b8bc99f561e75b89a90e49e89754 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 3 Jul 2024 09:53:08 -0400 Subject: [PATCH] Added some styles --- assets/styles/hallowvale.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/styles/hallowvale.sass b/assets/styles/hallowvale.sass index 7526e69..3529842 100644 --- a/assets/styles/hallowvale.sass +++ b/assets/styles/hallowvale.sass @@ -20,12 +20,14 @@ body display: block height: 100% padding: 8px 12px + background: none color: white font-size: 2rem text-decoration: none - transition: color 220ms ease-in-out + transition: all 220ms ease-in-out &:hover + background: rgba(0, 0, 0, .1) color: lightgrey #main-content