fix show all light theme (#3949)

This commit is contained in:
Faton Ramadani
2024-06-21 17:09:17 +02:00
committed by GitHub
parent 82a7575f6e
commit 0954d5d828
@@ -73,7 +73,7 @@
left: 0;
right: 0;
height: 100px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #2e3440);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(var(--color-surface)));
pointer-events: none;
}
</style>