Skip to content

Commit

Permalink
Tweak rank colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Apr 4, 2023
1 parent 59b4248 commit 830a88e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions frontend/src/style/flavor/ranks-flavors.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

// Posts
.post-primary {
.post-rank-flavor(#c7d2fe, #4f46e5);
.post-rank-flavor(#a5b4fc, #6366f1);
}

.post-success {
Expand All @@ -99,7 +99,7 @@

// Cards
.user-card-primary {
.card-rank-flavor(#c7d2fe, #4f46e5);
.card-rank-flavor(#a5b4fc, #6366f1);
}

.user-card-success {
Expand All @@ -117,7 +117,7 @@
// Posters ranking
.list-group {
.list-group-rank-primary {
.list-group-rank-flavor(#c7d2fe, #4f46e5);
.list-group-rank-flavor(#a5b4fc, #6366f1);
}

.list-group-rank-success {
Expand All @@ -135,7 +135,7 @@

// User profiles
.page-header-rank-primary {
.user-profile-rank-flavor(#4f46e5);
.user-profile-rank-flavor(#6366f1);
}

.page-header-rank-success {
Expand Down
2 changes: 1 addition & 1 deletion misago/static/misago/css/misago.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion misago/static/misago/css/misago.css.map

Large diffs are not rendered by default.

0 comments on commit 830a88e

Please sign in to comment.