Skip to content

Commit

Permalink
Update popup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyadetman authored Apr 15, 2019
1 parent 01f732e commit 8932a5e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
<ul id="currentwords"></ul>
<div style="
text-align: center;
"><button id="clearall">Clear</button></div>
"><button id="clearall" style="
background: #4267b2;
border: none;
color: #fff;
width: auto;
padding: 5px;
border-radius: 3px;
">Clear</button></div>

<script type="text/javascript" src="popup.js"></script>
</body>
Expand Down

0 comments on commit 8932a5e

Please sign in to comment.