Skip to content

Commit

Permalink
Fixed What's New icon for dark mode (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyBranton committed Sep 22, 2021
1 parent 2b5798a commit af29023
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/options/backup.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1 class="text-section-header" data-i18n="optionsTitle" data-i18n-placeholders="1" data-i18n-placeholder-1="extensionName"></h1>
<div id="whatsnew" class="hide">
<div></div>
<img src="../images/gift.svg" alt="What's New?">
<img class="icon-text-color" src="../images/gift.svg" alt="What's New?">
</div>
</header>

Expand Down
2 changes: 1 addition & 1 deletion src/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1 class="text-section-header" data-i18n="optionsTitle" data-i18n-placeholders="1" data-i18n-placeholder-1="extensionName"></h1>
<div id="whatsnew" class="hide">
<div></div>
<img src="../images/gift.svg" alt="What's New">
<img class="icon-text-color" src="../images/gift.svg" alt="What's New">
</div>
</header>

Expand Down
2 changes: 1 addition & 1 deletion src/options/rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1 class="text-section-header" data-i18n="optionsTitle" data-i18n-placeholders="1" data-i18n-placeholder-1="extensionName"></h1>
<div id="whatsnew" class="hide">
<div></div>
<img src="../images/gift.svg" alt="What's New?">
<img class="icon-text-color" src="../images/gift.svg" alt="What's New?">
</div>
</header>

Expand Down
2 changes: 1 addition & 1 deletion src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<label data-i18n="optionsSectionProfile"></label>
<div id="whatsnew" class="hide">
<div></div>
<img src="../images/gift.svg" alt="What's New">
<img class="icon-text-color" src="../images/gift.svg" alt="What's New">
</div>
</section>
<section id="profile-selector-container" class="panel-section help-row">
Expand Down

0 comments on commit af29023

Please sign in to comment.