1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:15:55 +00:00

night theme: disable on-hover undimming

This commit is contained in:
Andrew Dolgov
2021-01-28 07:14:13 +03:00
parent 927df33d49
commit eb896f824d
4 changed files with 0 additions and 22 deletions

View File

@@ -274,10 +274,6 @@ body.flat.ttrss_main {
.post .content,
.cdm .content-inner {
img, video {
transition : filter 0.25s linear;
}
img:not(:hover), video:not(:hover) {
filter: saturate(0.9) brightness(0.8);
}
}