Skip to content

Commit

Permalink
Wrap UsersList and fix dark theme accent hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
IRHM committed Aug 27, 2023
1 parent 3fa9dbd commit f5135e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/UsersList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
ul {
display: flex;
flex-flow: row;
flex-wrap: wrap;
gap: 10px;
margin: 5px 20px;
list-style: none;
Expand Down
2 changes: 1 addition & 1 deletion src/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--bg-color: rgb(15, 15, 15);
--text-color: white;
--accent-color: rgba(46, 46, 46);
--accent-color-hover: rgba(128, 128, 128, 0.226);
--accent-color-hover: rgba(255, 255, 255, 0.8);
--backdrop-filter: blur(0.5px) grayscale(50%);
--backdrop-mix-blend-mode: difference;
--rating-color: gold;
Expand Down

0 comments on commit f5135e0

Please sign in to comment.