Skip to content

Commit

Permalink
Added styles for the login screen for discorded
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Nov 17, 2022
1 parent bc36c00 commit 44d071c
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 44d071c

Please sign in to comment.