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