This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ==UserStyle== | |
| @name Individual chess game | |
| @namespace github.com/openstyles/stylus | |
| @version 1.0.0 | |
| @description A new userstyle | |
| @author Me | |
| ==/UserStyle== */ | |
| @-moz-document regexp("https://www.chess.com/events/[^/]*/[0-9]*/.*") { | |
| /* Transparent bg for body, font overrides to Monserrat */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Transparent bg for body, font overrides to Monserrat */ | |
| body { | |
| background-color: rgba(0, 0, 0, 0) !important; | |
| margin: 0px auto; | |
| overflow: hidden; | |
| /* | |
| font-family: Montserrat, BlinkMacSystemFont, Segoe UI, system-ui, Helvetica, Arial, sans-serif; | |
| */ | |
| } |