mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
- /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.
10 lines
351 B
CSS
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.
|
|
*/
|