Skip to content

Commit

Permalink
Update source.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Oct 2, 2023
1 parent a29b908 commit 64ffba9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Themes/Translucence/css/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -2943,6 +2943,48 @@ body {
border: none;
}

/*
*
* RECENT MEMBERS
*
*/
.container-2qjEOK {
background-color: transparent !important;
}

.mainTableContainer-3Nxvkd {
box-shadow: none;
}

.searchHeaderContainer-1tLzKm {
padding: 8px 0 16px;
}

.table-2Z1caJ {
background-color: var(--card-color);
border-radius: var(--card-radius);
border: none;
}

.memberRowContainer-ZDlmmA td:first-child {
border-top-left-radius: var(--list-item-radius);
border-bottom-left-radius: var(--list-item-radius);
}
.memberRowContainer-ZDlmmA td:last-child {
border-top-right-radius: var(--list-item-radius);
border-bottom-right-radius: var(--list-item-radius);
}
.memberRowContainer-ZDlmmA .otherRoles-LMys1u,
.memberRowContainer-ZDlmmA .button-2XiUpU {
background-color: var(--background-modifier-active);
}

.paginationContainer-1LecDm {
margin-top: 16px;
padding: 0;
border-top: none;
}

/*
*
* PREMIUM MEMBERSHIP
Expand Down

0 comments on commit 64ffba9

Please sign in to comment.