afpy.org/sass/style.sass

31 lines
520 B
Sass
Raw Normal View History

2017-09-21 17:24:01 +00:00
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,600,700')
$bkg: #25252D
$header: #1d1e23
$action: #2e5cfd
$action-secondary: #ffcd05
$text: #eaeaea
2017-09-21 15:50:24 +00:00
2017-09-21 14:34:26 +00:00
body
2017-09-21 17:24:01 +00:00
background: $bkg
color: $text
font-family: 'Hind', sans-serif
2017-09-21 15:50:24 +00:00
margin: 0
padding: 0
nav
2017-09-21 17:14:00 +00:00
ul
display: flex
2017-09-21 17:24:01 +00:00
justify-content: center
2017-09-21 17:14:00 +00:00
list-style: none
margin: 0
padding-left: 0
2017-09-21 17:24:01 +00:00
li
text-transform: uppercase
a
color: $text
display: block
padding: 1em
text-decoration: none