Skip to content

Commit

Permalink
added style to popup title
Browse files Browse the repository at this point in the history
  • Loading branch information
rahgurung committed Oct 4, 2020
1 parent c9d5ded commit 7526961
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<span class="slider round"></span>
</label>
</div> -->
<div class="title-yourtube">
YourTube
</div>
<a href="./options.html" target="_blank">
<div class="popup_row">
<div class="popup_customize_button"><h3>Customize</h3> <img class= "btn_icon" src="gear.svg"/></div>
Expand Down
5 changes: 5 additions & 0 deletions src/style/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,8 @@ a {
text-decoration: none;
color: #000;
}

.title-yourtube {
font-size: 40px;
padding-bottom: 25px;
}

0 comments on commit 7526961

Please sign in to comment.