Destructo/assets/styles/hallowvale.sass

34 lines
494 B
Sass
Raw Normal View History

2024-07-03 09:49:42 -04:00
html,
body
margin: 0
padding: 0
body
background: #eee
2024-07-03 09:32:02 -04:00
#main-nav
margin-bottom: 15px
2024-07-03 09:49:42 -04:00
background: teal
ul
li
display: inline-block
2024-07-03 09:50:58 -04:00
margin: 0 10px
2024-07-03 09:49:42 -04:00
a
display: block
height: 100%
2024-07-03 09:50:58 -04:00
padding: 8px 12px
2024-07-03 09:49:42 -04:00
color: white
font-size: 2rem
2024-07-03 09:50:58 -04:00
text-decoration: none
2024-07-03 09:49:42 -04:00
transition: color 220ms ease-in-out
&:hover
color: lightgrey
#main-content
padding: 12px 20px
background: white
border-radius: 8px