mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Reduce shininess for dark mode
This commit is contained in:
parent
6d2bed6f1a
commit
34573dd7a0
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue