Skip to content

Commit

Permalink
Fix opening settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jun 28, 2021
1 parent 888b1ec commit f9fd648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const view = h`
<hr>
<a #s href>New Tab Settings</a>
<a #s>New Tab Settings</a>
<a href=https://github.com/maxmilton/new-tab/issues>Submit Bug</a>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/css/newtab.xcss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--s: 0 2px 4px #00001126; // shadow
--b: #23252d; // background
--t: #9da5b4; // text
--c1: #2c313a; // bookmark item hover background, hr
--c1: #2c313a; // bookmark node hover background, hr, button border, search input border
--c2: #292d35; // bookmarks bar, menu dropdown, "load more" button
--c3: #383e4a; // icons, text fallback
}
Expand Down Expand Up @@ -54,6 +54,7 @@ a {
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
cursor: pointer; // for menu settings link (without href)

&:hover,
&:focus {
Expand Down

0 comments on commit f9fd648

Please sign in to comment.