Skip to content

Commit

Permalink
Merge pull request #77 from pingu15/master
Browse files Browse the repository at this point in the history
change admin and president colors
  • Loading branch information
JasonLovesDoggo authored Nov 12, 2023
2 parents ec94c2c + f7081de commit ddb0725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/ranks.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.admin a, .admin {
color: orange !important;
color: black !important;
font-weight: bold !important;
}

Expand All @@ -9,7 +9,7 @@
}

.president a, .president {
color: #e9271b !important;
color: #bc0000 !important;
font-weight: bold !important;
}

Expand Down

0 comments on commit ddb0725

Please sign in to comment.