Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions public/css/scangov.css
Original file line number Diff line number Diff line change
Expand Up @@ -2727,6 +2727,15 @@ a .fa-up-right-from-square {
fill: var(--bs-danger) !important;
}

/* Opt-out marker for a status icon used decoratively (e.g. a "Risks" card label,
not an actual warning state) - excludes it from the light-mode rule above via
the "text-" substring match, without forcing a color in dark mode too, so the
icon's normal (non-light-mode) default color is untouched there. */
[data-bs-theme=light] .text-neutral-icon {
color: var(--bs-body-color) !important;
fill: var(--bs-body-color) !important;
}

[data-bs-theme=light] .bg-secondary-subtle {
color: var(--bs-body-color) !important;
background-color: #ffffff !important;
Expand Down
9 changes: 9 additions & 0 deletions scripts/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -2942,6 +2942,15 @@ a .fa-up-right-from-square {
fill: var(--bs-danger) !important;
}

/* Opt-out marker for a status icon used decoratively (e.g. a "Risks" card label,
not an actual warning state) - excludes it from the light-mode rule above via
the "text-" substring match, without forcing a color in dark mode too, so the
icon's normal (non-light-mode) default color is untouched there. */
[data-bs-theme=light] .text-neutral-icon {
color: var(--bs-body-color) !important;
fill: var(--bs-body-color) !important;
}

[data-bs-theme=light] .bg-secondary-subtle {
color: var(--bs-body-color) !important;
background-color: #ffffff !important;
Expand Down