Skip to content

Commit

Permalink
Update newtab.css - fix newtab backgrounds
Browse files Browse the repository at this point in the history
Fix spelling of imports for newtab backgrounds
  • Loading branch information
jacksonsamuelmoore authored Mar 6, 2024
1 parent ea1ce32 commit 7bcfc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/newtab.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ url-prefix("about:home") {
/* Specify both jpg and png file extensions, but jpg images will always
* have a higher priority.
*/
--bg-0: url(../background-0.jpg), url(../background-0.png);
--bg-1: url(../background-1.jpg), url(../background-1.png);
--bg-0: url(../Background-0.jpg), url(../Background-0.png);
--bg-1: url(../Background-1.jpg), url(../Background-1.png);
--newtab-element-hover-color: rgb(239 239 239 / .3) !important;
--newtab-element-active-color: rgb(239 239 239 / .45) !important;
--text-shadow: 0 1px 2px #000;
Expand Down

0 comments on commit 7bcfc37

Please sign in to comment.