Skip to content

Commit

Permalink
Merge pull request #23 from kantlivelong/discorded_fixes
Browse files Browse the repository at this point in the history
Discorded popover title/arrow fix
  • Loading branch information
LazeMSS authored Aug 28, 2021
2 parents bdfa9bb + 2380904 commit 1c261f3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions css/discorded.css
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,28 @@ body::-webkit-resizer, body .scrollable::-webkit-resizer, .scroll-wrapper::-webk
border-color: var(--accent);
}

.popover-title {
background-color: #474a51;
border-color: var(--accent);
}

.popover.top .arrow:after {
border-top-color: var(--accent);
}

.popover.bottom .arrow:after {
border-bottom-color: var(--accent);
}

.popover.left .arrow:after {
border-left-color: var(--accent);
}


.popover.right .arrow:after {
border-right-color: var(--accent);
}

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

0 comments on commit 1c261f3

Please sign in to comment.