Skip to content

Commit dfda1f6

Browse files
committed
Fix logo visibility in dark mode by adjusting contrast #435
1 parent ed15792 commit dfda1f6

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
.logo {
2-
width: 200px;
3-
height: auto;
4-
text-align: center;
5-
padding: 5px;
1+
.logo {
2+
width: 200px;
3+
height: auto;
4+
text-align: center;
5+
padding: 5px;
66
/*border: 3px solid blue; */
7-
}
7+
}
8+
9+
:host-context(.dark-theme) .logo {
10+
filter: invert(1) hue-rotate(180deg);
11+
}

0 commit comments

Comments
 (0)