Skip to content

Commit

Permalink
Merge pull request #12 from Poeschl/support-wells-on-red-night
Browse files Browse the repository at this point in the history
[red-night] Add bootstrap well style
  • Loading branch information
LazeMSS authored Apr 26, 2021
2 parents 5b96656 + 4bef968 commit 383bbb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,13 @@ textarea[readonly] {
color: var(--green);
}

.well {
background-color: var(--grey2);
color: var(--quiteWhite);
border-radius: 4px;
border-color: transparent;
}

.accordion-inner,
hr {
border-top-color: var(--accent);
Expand Down

0 comments on commit 383bbb1

Please sign in to comment.