Fix check emoji in darkmode

This commit is contained in:
2023-08-14 22:43:28 +00:00
parent 05565f5c74
commit 2f297a1a81
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -350,3 +350,7 @@ a {
.darkmode--activated .footer {
mix-blend-mode: difference;
}
.darkmode--activated .dark-emoji {
mix-blend-mode: difference;
}