Destructo/assets/styles/hallowvale.sass

40 lines
615 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:54:53 -04:00
.container
max-width: 1200px
2024-07-03 09:32:02 -04:00
#main-nav
margin-bottom: 15px
2024-07-03 09:52:09 -04:00
padding-left: 20px
2024-07-03 09:49:42 -04:00
background: teal
ul
li
display: inline-block
2024-07-03 09:52:09 -04:00
margin: 0 10px 0 0
2024-07-03 09:49:42 -04:00
a
display: block
height: 100%
2024-07-03 09:53:47 -04:00
padding: 10px 12px
2024-07-03 09:53:08 -04:00
background: none
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:53:08 -04:00
transition: all 220ms ease-in-out
2024-07-03 09:49:42 -04:00
&:hover
2024-07-03 09:53:08 -04:00
background: rgba(0, 0, 0, .1)
2024-07-03 09:49:42 -04:00
color: lightgrey
#main-content
padding: 12px 20px
background: white
border-radius: 8px