Skip to content

Commit

Permalink
Add bootstrap well style
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Apr 26, 2021
1 parent 27c842d commit 4bef968
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 4bef968

Please sign in to comment.