pokemon-showdown/config/custom-example.css
Cathy J. Fitzpatrick f454177364 Changes to static file serving
- /static/custom.css is now located at /config/custom.css
- /static/avatars/ is now located at /config/avatars/
- The redirect script now redirects all room URIs, not just the root
  path. For example, if you are running a server on localhost port 8000,
  visiting http://localhost:8000/teambuilder will now take you to the
  teambuilder. This works for any room.
2013-04-24 20:41:49 -06:00

10 lines
351 B
CSS

/**
* Custom CSS declarations
*
* If your server is registered, you can create a file named `custom.css`
* in the `config` directory and populate it with CSS rules to override the
* normal client styles, when the client is connected to your server. In
* other words, you can use this facility to introduce a custom theme for
* your server.
*/