Skip to content

Commit

Permalink
Change color for avatar border
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Sep 17, 2024
1 parent 7694ca4 commit f3f01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/static/instance/static.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ button:hover {
background-size: cover;
background-position: center;
margin: -47px 10px 0;
border: 4px solid var(--foreground-color);
border: 4px solid rgb(var(--color-primary-900));
border-radius: 999px;
}

Expand Down

0 comments on commit f3f01f4

Please sign in to comment.