mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-15 01:34:10 +00:00
e31b3391f1
Since the prompt has been updated to have a new default character symbol, it's time we update the demo gif to reflect those changes.
23 lines
309 B
Stylus
23 lines
309 B
Stylus
$accentColor = #DD0B78
|
|
$textColor = #2c3e50
|
|
$borderColor = #eaecef
|
|
$codeBgColor = #282c34
|
|
|
|
.home .hero img
|
|
max-width: 500px
|
|
min-width: 300px
|
|
width: 100%
|
|
|
|
.center
|
|
margin 0 auto;
|
|
width: 80%
|
|
.demo-video
|
|
width: 100%
|
|
margin: 50px 0
|
|
|
|
#main-title
|
|
display: none
|
|
|
|
.hero
|
|
margin: 150px 25px 70px
|