Skip to content

Commit

Permalink
Darken username and posts count color
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 6, 2024
1 parent e5fa60d commit 3b0d6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/feature/lookAndFeel/redesign.scss
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ header nav.navbar {
.designer-topic-user-name-post-author {
&, a {
@include light {
color: $primary-color-dark;
color: $green-700;
}
@include dark {
color: $green-100;
Expand All @@ -403,7 +403,7 @@ header nav.navbar {
a {
@include light {
color: $primary-opposite-color-light;
background: $primary-color-dark;
background: $green-700;
}
@include dark {
color: $opposite-color-dark;
Expand All @@ -426,7 +426,7 @@ header nav.navbar {

.designer-topic-post-author-posts-count { // ten sam co kolor nicków
@include light {
color: $primary-color-dark;
color: $green-700;
}
@include dark {
color: $green-100;
Expand Down

0 comments on commit 3b0d6ba

Please sign in to comment.