Skip to content

Commit

Permalink
Update homepage, update user avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Oct 15, 2024
1 parent 71e6ffa commit 427031f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions resources/sass/pages/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
h4.heading {
border: none;
}

@include light {
.default-avatar {
color: #00a538;
background: #e7f7e6;
}
}

@include dark {
.default-avatar {
color: #78de13;
background: #0a1203;
}
}
}

.card-reputation {
Expand Down

0 comments on commit 427031f

Please sign in to comment.