Skip to content

Commit

Permalink
Update ProDiscord.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ProChopa authored Nov 6, 2024
1 parent ee58148 commit c9e0fed
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions ProDiscord.css
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,9 @@ button.button_adca65 {
.membershipDialog_dc8e43,
.headerCollapsedClickableContainer_af8856,
.questsCard_c366aa,
.video_c15a81 {
.video_c15a81,
.group_d25d19,
.settingCard_dd864e {
border-radius: var(--border-radius);
box-shadow: none;
border: none;
Expand All @@ -1385,7 +1387,7 @@ button.button_adca65 {
border-bottom-color: var(--link-color);
}
.theme-dark .progress_e5cdf3,
.selectedBackground_ae3c77{
.selectedBackground_ae3c77 {
background: var(--hover-color);
}
.game_fd966d {
Expand Down Expand Up @@ -1486,6 +1488,26 @@ button.button_adca65 {
border-radius: var(--border-radius);
box-shadow: var(--elevation-high);
}
.deny_d25d19 {
color: var(--blue-color-text);
border-radius: 24px 0 0 24px;
}
.deny_d25d19.selected_d25d19 {
color: var(--second-color);
border-radius: 24px 0 0 24px;
}
.passthrough_d25d19.selected_d25d19 {
background: var(--link-color);
color: var(--second-color);
}
.allow_d25d19 {
color: var(--blue-color-text);
border-radius: 0 24px 24px 0;
}
.allow_d25d19.selected_d25d19 {
color: var(--second-color);
border-radius: 0 24px 24px 0;
}

/* Авторство */
.info_c5a741:after {
Expand Down

0 comments on commit c9e0fed

Please sign in to comment.