mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-06 23:47:22 -05:00
Add filters on images and video (#3356)
As this theme is a dark theme, I figured that it would be better to filter images and videos to ease reading when bright elements are included.
This commit is contained in:
committed by
GitHub
parent
f9687ea18a
commit
fd82587756
@@ -21,6 +21,11 @@ img.favicon {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
body img,
|
||||
body video {
|
||||
filter: brightness(.6) contrast(1.2);
|
||||
}
|
||||
|
||||
/*=== Forms */
|
||||
legend {
|
||||
margin: 20px 0 5px;
|
||||
|
||||
@@ -21,6 +21,11 @@ img.favicon {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
body img,
|
||||
body video {
|
||||
filter: brightness(.6) contrast(1.2);
|
||||
}
|
||||
|
||||
/*=== Forms */
|
||||
legend {
|
||||
margin: 20px 0 5px;
|
||||
|
||||
Reference in New Issue
Block a user