Skip to content

Commit

Permalink
Merge pull request #22 from jneilliii/bugfix/discorded_login
Browse files Browse the repository at this point in the history
discorded fixes
  • Loading branch information
LazeMSS authored Aug 17, 2021
2 parents a505da4 + 60cad77 commit bdfa9bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/discorded.css
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,16 @@ body::-webkit-resizer, body .scrollable::-webkit-resizer, .scroll-wrapper::-webk
position: initial;
}

.form-signin {
background-color: var(--background);
border-color: var(--accent);
}

.popover {
background-color: var(--background);
border-color: var(--accent);
}

div.popover.toptempPopover {
background-color: var(--background);
}
Expand Down

0 comments on commit bdfa9bb

Please sign in to comment.