Skip to content

Commit

Permalink
Adjust tab font color, for contract
Browse files Browse the repository at this point in the history
Tab text is now the same color (#555), with the selected tab bolded
  • Loading branch information
KevinPayravi committed Aug 22, 2024
1 parent 4f21bde commit 536a591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -457,14 +457,15 @@ tr:nth-child(odd) {
border-top: 2px solid #B22222;
border-bottom: 0px solid;
color: #555;
font-weight: 600;
}

.member-tab + label {
border: 0px solid;
color: #BBBBBB;
display: inline-block;
padding: 15px 25px;
text-align: center;
color: #555;
}

.member-tab + label:hover {
Expand Down

0 comments on commit 536a591

Please sign in to comment.