Skip to content

Commit e412a3b

Browse files
authored
Finetune demo content (#8)
* Reword to black in black like the others * Remove role=button
1 parent 53a0b42 commit e412a3b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 class="volume-8 pad-0">tape</h1>
2121

2222
<figure class="m-auto m-down">
2323
<figure class="tape-black pad-1 volume-4 m-auto">
24-
<span class="tape-black">black</span> is dynamic
24+
<span class="tape-black">black</span> in black
2525
</figure>
2626
<figure class="tape-green pad-1 volume-4 m-auto">
2727
<span class="tape-black">black</span> in green
@@ -42,18 +42,18 @@ <h1 class="volume-8 pad-0">tape</h1>
4242

4343
<figure class="tape-clean tape-yellow pad-1 volume-2 m-auto m-down">
4444
<figcaption>clean</figcaption>
45-
<figure><button role="button">button</button> <input value="input"> <a href="#example-link">:link</a></figure>
46-
<figure><button class="tape-yellow" role="button">button</button> <input value="input" class="tape-yellow"> <a href="#example-link" class="tape-yellow">:link</a></figure>
47-
<figure><button class="tape-black" role="button">button</button> <input value="input" class="tape-white"> <a href="#example-link" class="tape-black">:link</a></figure>
48-
<figure><button class="tape-white" role="button">button</button> <input value="input" class="tape-white"> <a href="#example-link" class="tape-white">:link</a></figure>
45+
<figure><button>button</button> <input value="input"> <a href="#example-link">:link</a></figure>
46+
<figure><button class="tape-yellow">button</button> <input value="input" class="tape-yellow"> <a href="#example-link" class="tape-yellow">:link</a></figure>
47+
<figure><button class="tape-black">button</button> <input value="input" class="tape-white"> <a href="#example-link" class="tape-black">:link</a></figure>
48+
<figure><button class="tape-white">button</button> <input value="input" class="tape-white"> <a href="#example-link" class="tape-white">:link</a></figure>
4949
</figure>
5050

5151
<figure class="tape-clean tape-flat tape-yellow pad-1 volume-2 m-auto m-down">
5252
<figcaption>clean and flat</figcaption>
53-
<figure><button role="button">button</button> <input value="input"> <a href="#example-link">:link</a></figure>
54-
<figure><button class="tape-yellow" role="button">button</button> <input value="input" class="tape-yellow"> <a href="#example-link" class="tape-yellow">:link</a></figure>
55-
<figure><button class="tape-black" role="button">button</button> <input value="input" class="tape-white"> <a href="#example-link" class="tape-black">:link</a></figure>
56-
<figure><button class="tape-white" role="button">button</button> <input value="input" class="tape-white"> <a href="#example-link" class="tape-white">:link</a></figure>
53+
<figure><button>button</button> <input value="input"> <a href="#example-link">:link</a></figure>
54+
<figure><button class="tape-yellow">button</button> <input value="input" class="tape-yellow"> <a href="#example-link" class="tape-yellow">:link</a></figure>
55+
<figure><button class="tape-black">button</button> <input value="input" class="tape-white"> <a href="#example-link" class="tape-black">:link</a></figure>
56+
<figure><button class="tape-white">button</button> <input value="input" class="tape-white"> <a href="#example-link" class="tape-white">:link</a></figure>
5757
</figure>
5858

5959
<footer class="m-auto m-down volume-5">

0 commit comments

Comments
 (0)