Reduce shininess for dark mode

This commit is contained in:
Lim Chee Aun 2023-03-11 15:38:57 +08:00
parent 6d2bed6f1a
commit 34573dd7a0

View file

@ -188,6 +188,11 @@
left: -100%; left: -100%;
pointer-events: none; pointer-events: none;
} }
@media (prefers-color-scheme: dark) {
.timeline-start .account-container:before {
opacity: 0.25;
}
}
.timeline-start .account-container:hover:before { .timeline-start .account-container:hover:before {
animation: shine 1s ease-in-out 1s; animation: shine 1s ease-in-out 1s;
} }