diff --git a/app/assets/stylesheets/posts/_post.scss b/app/assets/stylesheets/posts/_post.scss index 95619fa..07c7c7c 100644 --- a/app/assets/stylesheets/posts/_post.scss +++ b/app/assets/stylesheets/posts/_post.scss @@ -46,7 +46,8 @@ .user-email { display: flex; width: fit-content; - color: $tomato !important; + color: black !important; + font-weight: 500; } .card-container { @@ -117,6 +118,10 @@ display: flex; flex-direction: row; justify-content: space-between; + + &__author > span { + color: #8f8f8f; + } } #copyPathButton {