Skip to content

Commit

Permalink
Add dark-mode border color and :hover/:active colors for .btn-primary…
Browse files Browse the repository at this point in the history
… class.
  • Loading branch information
Keltena authored and mjmusante committed Aug 1, 2024
1 parent b6a4159 commit aa62bd4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions IFComp/root/static/css/ifcomp.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,19 +177,19 @@ option:checked {

[data-theme="dark"] .btn-primary {
background-color: #225;
/* border-color: MISSING; */
border-color: #2e2e7f;
color: #8bf;
}

[data-theme="dark"] .btn-primary:hover, [data-theme="dark"] .btn-primary:active {
/* background-color: MISSING; */
/* border-color: MISSING; */
/* color: MISSING; */
background-color: #2d2d7c;
border-color: #363696;
}

[data-theme="dark"] .btn-primary:active:hover {
/* background-color: MISSING; */
/* border-color: MISSING; */
background-color: #363696;
border-color: #44b;
color: #b3d4ff;
}

[data-theme="dark"] .btn-success {
Expand Down

0 comments on commit aa62bd4

Please sign in to comment.