summaryrefslogtreecommitdiff
path: root/themes/night_base.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index 5207088a9..76ea04a7f 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -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);
}
}