Skip to content

Commit 67b7022

Browse files
committed
Solve the issue nmber ssitvit#544
1 parent ea435cc commit 67b7022

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,12 @@ body {
517517
}
518518

519519
.invert-color {
520+
color: black;
521+
mix-blend-mode: difference;
522+
transition: color 0.3s;
520523
filter: invert(100%);
524+
font-family: Poppins, sans-serif;
525+
font-weight: bold;
521526
}
522527

523528
.theme-toggle input {

0 commit comments

Comments
 (0)