Skip to content

Commit

Permalink
Add panel border colors for dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keltena authored and mjmusante committed Aug 1, 2024
1 parent e7ed7bc commit 509996f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions IFComp/root/static/css/ifcomp.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ option:checked {
border-color: #66afe9;
}

[data-theme="dark"] .panel {
background-color: #111;
}

[data-theme="dark"] .panel-default {
border-color: #444;\
}

[data-theme="dark"] .panel-heading {
background-color: #333;
color: #eee;
Expand All @@ -104,6 +112,7 @@ option:checked {
[data-theme="dark"] .panel-body {
background-color: #222;
color: #eee;
border-color: #444;
}

[data-theme="dark"] .mode-toggle-link {
Expand Down

0 comments on commit 509996f

Please sign in to comment.