Skip to content

Commit

Permalink
Fix login form selector for red-night, discorded, discoranged
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Nov 18, 2022
1 parent 79537bc commit 8d004f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/discoranged.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ a:hover {
border: none;
}
.accordion,
#login.form-signin {
#login .form-signin {
background-color: #2f3136;
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
Expand Down
2 changes: 1 addition & 1 deletion css/discorded.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ a:hover {
}

.accordion,
#login.form-signin {
#login .form-signin {
background-color: #2f3136;
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
Expand Down
2 changes: 1 addition & 1 deletion css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ body .scrollable::-webkit-resizer,
}

.accordion,
#login.form-signin {
#login .form-signin {
background-color: var(--grey1);
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
Expand Down

0 comments on commit 8d004f6

Please sign in to comment.