Skip to content

Commit

Permalink
Update user info colors
Browse files Browse the repository at this point in the history
  • Loading branch information
OswaldoPineda committed Jan 14, 2024
1 parent b89ff06 commit 8ef4691
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/assets/stylesheets/posts/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
.user-email {
display: flex;
width: fit-content;
color: $tomato !important;
color: black !important;
font-weight: 500;
}

.card-container {
Expand Down Expand Up @@ -117,6 +118,10 @@
display: flex;
flex-direction: row;
justify-content: space-between;

&__author > span {
color: #8f8f8f;
}
}

#copyPathButton {
Expand Down

0 comments on commit 8ef4691

Please sign in to comment.