Fix theme icon in transparent menu (#801)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2023-09-30 05:17:47 +06:00 committed by GitHub
parent 5f0aebcf68
commit c943f39617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View file

@ -42,3 +42,7 @@ html[data-theme='dark'] {
color: get-dark-color('muted-text-color');
}
}
.svg-inverted {
filter: invert(1);
}