Skip to content

Commit

Permalink
Merge pull request #39 from Poeschl/yet-another-red-night-improvement
Browse files Browse the repository at this point in the history
Yet another red night improvement
  • Loading branch information
LazeMSS authored Nov 18, 2022
2 parents 38c3717 + 44d071c commit 79537bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion css/discoranged.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ a:hover {
.accordion-group {
border: none;
}
.accordion {
.accordion,
#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);
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
border: none;
}
.octoprint-container .accordion-heading a.accordion-toggle {
color: var(--accent);
Expand Down
6 changes: 4 additions & 2 deletions css/discorded.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ a:hover {
border: none
}

.accordion {
.accordion,
#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);
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75)
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
border: none;
}

.octoprint-container .accordion-heading .accordion-heading-button a {
Expand Down
4 changes: 3 additions & 1 deletion css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,13 @@ body .scrollable::-webkit-resizer,
border: none;
}

.accordion {
.accordion,
#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);
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
border: none;
}


Expand Down

0 comments on commit 79537bc

Please sign in to comment.