Added some styles

This commit is contained in:
Gregory Ballantine 2024-07-03 09:53:08 -04:00
parent d7610bde55
commit c9a8ff07f2

View File

@ -20,12 +20,14 @@ body
display: block display: block
height: 100% height: 100%
padding: 8px 12px padding: 8px 12px
background: none
color: white color: white
font-size: 2rem font-size: 2rem
text-decoration: none text-decoration: none
transition: color 220ms ease-in-out transition: all 220ms ease-in-out
&:hover &:hover
background: rgba(0, 0, 0, .1)
color: lightgrey color: lightgrey
#main-content #main-content