Skip to content

Commit

Permalink
Fix legend
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Sep 3, 2023
1 parent eefba7b commit 8a3c5a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/media_source/com_installer/css/installer.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

#dragarea {
background-color: #fafbfc;
background-color: #fefefe;
border: 1px dashed #999;
box-sizing: border-box;
padding: 5% 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
padding: 0 1rem;
font-weight: $font-weight-bold;
color: var(--template-text-dark);
background-color: $white;
background-color: var(--bg-color);
}

@if $enable-dark-mode {
@include color-mode(dark) {
> legend {
color:var(--template-text-light);
}
}
}
}

0 comments on commit 8a3c5a1

Please sign in to comment.