Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions assets/styles/style.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
body, html
margin 0
padding 0
height 100%
width 100%
display flex
align-items center
justify-content center
flex-direction column
text-align center
color #fff
background-color #192028

.logo
width 14em

.message
font-size 2em
font-family 'Roboto', sans-serif
text-transform uppercase

.links
padding 0
list-style none
display flex
flex-direction row
.link-item
margin 0 8px
.link
text-decoration none
color #fff
font-size 2em
&:hover
color #FF8000