Skip to content

Commit

Permalink
Consertos nos temas Colorwave, Purple Haze e Colorides
Browse files Browse the repository at this point in the history
  • Loading branch information
StarryAster committed Nov 14, 2022
1 parent 6cb94ef commit 1af61bf
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 6 deletions.
21 changes: 20 additions & 1 deletion app/javascript/styles/colorwave.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ body .muted-hint a, .admin-wrapper .content .muted-hint a {
color: #bebebe;
}

.actions-modal, .block-modal, .boost-modal, .confirmation-modal, .mute-modal, .report-modal {
.actions-modal, .block-modal, .boost-modal, .confirmation-modal, .mute-modal, .report-modal, .compare-history-modal {
background: linear-gradient(315deg,rgb(255,198,222) 0%, rgb(198,198,255) 50%, rgb(198,255,222) 100%);
border-radius: 0px;
border: 2px groove #fff;
Expand Down Expand Up @@ -595,3 +595,22 @@ border: 2px groove #fff; }
.compose-form .compose-form__modifiers .compose-form__upload .icon-button:active, .compose-form .compose-form__modifiers .compose-form__upload .icon-button:focus, .compose-form .compose-form__modifiers .compose-form__upload .icon-button:hover {
color: #fff;
}

// 14/11/2022

.compare-history-modal .report-modal__target {
background: #40177d;
color: #fff;
text-align: left;
}

.compare-history-modal .report-modal__target .icon-button {
color: #fff;
}

.compare-history-modal .report-modal__target .icon-button:hover, .compare-history-modal .report-modal__target .icon-button:focus {
color: #000;
background: #bebebe;
border-radius: 0;
border: 2px inset #eee;
}
Loading

0 comments on commit 1af61bf

Please sign in to comment.