Skip to content

Commit

Permalink
changed search bar background color
Browse files Browse the repository at this point in the history
changed from a solid color to a opaque color so it doesn't look out of place when going to a details page where the background color changes
  • Loading branch information
MrRobotjs committed Oct 16, 2024
1 parent afcf318 commit b464ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
box-sizing: border-box;
box-shadow: none;
cursor: text;
background-color: var(--input-bg-color);
background-color: rgb(255 255 255 / 12%);
color: var(--body-text-color);
min-height: 32px;
transition-property: all;
Expand Down

0 comments on commit b464ad0

Please sign in to comment.