File size: 433 Bytes
7aec436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<script>
  import Section from './Section.svelte';
  const color = '#b117f8';
</script>

<style>
  /*
  .badge {
    background-color: #b117f8;
    border-bottom: 2px solid #6f0073;
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
  }
  ul {
    margin: 0;
  }
  */
</style>

<!--
<Section accent={color}>
  <div lang="en">
    <p><span class="badge">New!</span></p>
  </div>
</Section>
-->