1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-05 03:47:49 +00:00

night.css: disable grayscale/etc stuff by default

This commit is contained in:
Andrew Dolgov
2018-12-09 04:53:49 +03:00
parent e338014d99
commit 44df366ede
3 changed files with 18 additions and 15 deletions

View File

@@ -230,6 +230,7 @@ body.flat.ttrss_main {
border-color : @border-main;
}
/*
.post .content img,
.cdm .content-inner img,
.post .content video,
@@ -243,7 +244,7 @@ body.flat.ttrss_main {
.cdm .content-inner video:not(:hover) {
opacity : 0.5;
filter: grayscale(80%);
}
} */
.article-note {
background : @bg-panel;