Skip to content

Commit

Permalink
style(css): remove border-bottom and adjust box-shadow for top site t…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
amnweb committed Oct 13, 2024
1 parent 264be0e commit 7803c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
fill: light-dark(#000, #fff) !important
}
.outer-wrapper .body-wrapper .top-site-outer .top-site-inner .tile {
border-bottom: 1px solid #ffffff12 !important;
/* border-bottom: 1px solid #ffffff12 !important; */
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35) !important;
}

Expand Down

0 comments on commit 7803c87

Please sign in to comment.