Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added github profile links
  • Loading branch information
gautamkrishnar committed Feb 2, 2021
commit a818dfaae3440834de106d999c32cd27f54d06e9
16 changes: 9 additions & 7 deletions woc/leaderboard/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion woc/leaderboard/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,12 +422,21 @@ p {
color: #fff;
}

.userLink {
color: inherit;
}

.userLink:hover {
color: inherit;
text-decoration: inherit;
}

.text-primary{
color: #00ff10 !important;
}

.bg-primary, .btn-primary{
background: #d701e8 !important;
background: #d701e8 !important;
}

.avatar {
Expand Down