|
|
|
|
|
by waterbadger
2322 days ago
|
|
Something I started messing around with: add a global stylesheet with the rule body { filter: grayscale(100%); } (only gotcha is position: fixed; elements breaking in Firefox?) It feels a lot easier to focus on what I'm reading and to not be sucked in or distracted by websites. I bet psychologically color activates reward systems that may not be as healthy for digital content. I actually liked it so much that I used accessibility options to make my entire computer and phone grayscale. So far it's great! Also has better performance than a CSS filter for stuff like video. |
|