Skip to content

Commit

Permalink
✨ instructions on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Sep 14, 2023
1 parent 89130cc commit 25cce3e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/front-end/scripts/views/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ export default Home;
<Profile></Profile>
</details>
<NewStory></NewStory>
<h2>Point?</h2>
<ol>
<li>
<em>(Optional)</em> Provide your name in the
<strong>User profile</strong> section
</li>
<li>Create a story room with a title and voting scale</li>
<li>Share the room URL with your team members</li>
<li>Wait for votes to roll in</li>
<li>Click the <strong>Reveal</strong> button to show results</li>
<li>Take over the world! 🌎🐁</li>
</ol>
</template>

<style lang="less" scoped>
Expand Down
8 changes: 8 additions & 0 deletions src/front-end/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ body.dark-mode {
--color-outline: #fff;
}

::marker {
color: var(--color-fg-subtle);
}

* {
box-sizing: border-box;
word-wrap: break-word;
Expand Down Expand Up @@ -92,6 +96,10 @@ summary {
font-weight: bold;
}

:is(ol, ul):not(.unstyled) li:not(:last-child) {
margin-bottom: var(--space-s);
}

/* details */

details {
Expand Down

0 comments on commit 25cce3e

Please sign in to comment.