Skip to content

Commit e0003ee

Browse files
Joseph Schickjschick04
authored andcommitted
Disable forced color adjust
1 parent 74e5772 commit e0003ee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • src/EventLogExpert/wwwroot/css

src/EventLogExpert/wwwroot/css/app.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,12 @@ i.bi.bi-star-fill { color: var(--clr-yellow); }
394394
&[selected] { filter: brightness(0.9); }
395395
}
396396

397+
@media (forced-colors: active) {
398+
:root {
399+
forced-color-adjust: none;
400+
}
401+
}
402+
397403
/*@supports (-webkit-touch-callout: none) {
398404
.status-bar-safe-area {
399405
display: flex;

0 commit comments

Comments
 (0)