Skip to content

Commit

Permalink
Fix popover.
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMcLure committed Oct 4, 2021
1 parent 9106214 commit 8e50d5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/darkgreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,4 +539,12 @@ input[disabled], select[disabled], textarea[disabled], input[readonly], select[r
.well {
background-color: var(--lighterish);
border: var(--darkerWhite);
}
}
.popover {
background-color: var(--darkish);
border-color: var(--green);
}
.popover-title {
background-color: var(--notquiteBlack);
border-color: var(--green);
}

0 comments on commit 8e50d5f

Please sign in to comment.