The web would be boring without custom CSS.
One of my favorite tricks: adding a quick night mode with color filters. Here’s tonight’s tweak for @lichess, two lines to help my insomnia.
.main-board {
filter: brightness(80%);
}
cg-board::before {
filter: saturate(50%) brightness(90%);
}







