mirror of
https://github.com/sussy-code/smov.git
synced 2026-03-19 01:08:54 +00:00
16 lines
241 B
CSS
16 lines
241 B
CSS
.flare-enabled .flare-light {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.hover\:flare-enabled:hover .flare-light {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.bookmark-button {
|
|
opacity: 0;
|
|
transition: opacity 0.3s;
|
|
}
|
|
|
|
.group:hover .bookmark-button {
|
|
opacity: 1;
|
|
}
|