Skip to content

Commit

Permalink
Update source.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Sep 17, 2023
1 parent db26b3b commit 1822988
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion Themes/Material-Discord/css/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -9595,6 +9595,27 @@ body:active .root-1CAIjD .container-18GwIk:not(:active) {
border-radius: 0 calc(var(--card-radius-big) / 1.5) calc(var(--card-radius-big) / 1.5) 0;
}

.newMembersNotice-35VT6e {
top: 0;
background-color: hsl(var(--accent-hsl--material-you));
}
.newMembersNotice-35VT6e:hover {
background-color: hsl(var(--accent-hsl--material-you));
}
.newMembersNotice-35VT6e td:first-child {
border-radius: 18px 0 0 18px;
}
.newMembersNotice-35VT6e td:last-child {
border-radius: 0 18px 18px 0;
}
.newMembersNotice-35VT6e .text-sm-normal-3Zj3Iv, .newMembersNotice-35VT6e .text-sm-normal-AEQz4v {
color: var(--accent-text-color--material-you) !important;
font-weight: 500;
}
.newMembersNotice-35VT6e .button-ejjZWC {
--button-text-color: var(--accent-text-color--material-you);
}

.otherRoles-LMys1u {
background-color: var(--card-color-filled);
border-radius: 50%;
Expand Down Expand Up @@ -13862,7 +13883,7 @@ body:active .menu-KSaHL1:not(:active) {
font-size: 14px;
text-transform: none;
}
.bannedUserModal-9XjyCI .content-2hZxGK .reasonHeader-QJnMZ5 + .text-sm-normal-3Zj3Iv {
.bannedUserModal-9XjyCI .content-2hZxGK .reasonHeader-QJnMZ5 + .text-sm-normal-3Zj3Iv, .bannedUserModal-9XjyCI .content-2hZxGK .reasonHeader-QJnMZ5 + .text-sm-normal-AEQz4v {
padding: 0 16px 16px;
}

Expand Down

0 comments on commit 1822988

Please sign in to comment.