diff --git a/src/app.css b/src/app.css index 86f866f3..dc3704e8 100644 --- a/src/app.css +++ b/src/app.css @@ -2175,16 +2175,22 @@ ul.link-list li a .icon { border-radius: 0; box-shadow: none; outline: none; + } + + input[type='month'] { + min-width: 6em; &::-webkit-calendar-picker-indicator { /* replace icon with triangle */ opacity: 0.5; background-image: url('data:image/svg+xml;utf8,'); } - } - input[type='month'] { - min-width: 6em; + @media (prefers-color-scheme: dark) { + &::-webkit-calendar-picker-indicator { + filter: invert(1); + } + } } } }