mirror of
https://github.com/chenasraf/cospend-nc.git
synced 2026-05-17 17:38:10 +00:00
10 lines
238 B
CSS
10 lines
238 B
CSS
.icon-cospend-search-fallback {
|
|
background-image: url(./../img/app_black.svg);
|
|
filter: var(--background-invert-if-dark);
|
|
}
|
|
|
|
/* for NC <= 24 */
|
|
body.theme--dark .icon-cospend-search-fallback {
|
|
background-image: url(./../img/app.svg);
|
|
}
|