Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 83f4f5f

Browse files
committed
fix: use grayscale instead of white monochrome for nest/egg logos
1 parent 6a6fe31 commit 83f4f5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,7 +2563,7 @@ tbody tr:hover {
25632563
max-width: 100%;
25642564
max-height: 100%;
25652565
object-fit: contain;
2566-
filter: brightness(0) saturate(100%) invert(1);
2566+
filter: grayscale(100%);
25672567
}
25682568

25692569
.nest-card-name {
@@ -2621,7 +2621,7 @@ tbody tr:hover {
26212621
max-width: 100%;
26222622
max-height: 100%;
26232623
object-fit: contain;
2624-
filter: brightness(0) saturate(100%) invert(1);
2624+
filter: grayscale(100%);
26252625
}
26262626

26272627
.egg-card-info {

0 commit comments

Comments
 (0)