> [!Metadata|i-at]
> [[ITS Theme]]
# Publish
> Add this to your `publish.css` file to apply the ITS Theme to your publish site.
[Get the ITS Theme's publish.css](https://github.com/SlRvb/Obsidian--ITS-Theme/blob/main/publish.css)
---
To use [[alternate color schemes]] on the site, apply this to your `publish.js` file:
```js
document.body.addClass('alt-color-scheme-class-here');
```
```js
//Example
document.body.addClass('slrvb-b');
```
Otherwise just find the CSS class within the publish.css file and delete the class name to apply it as default. (Might need to redo this step if `publish.css` is updated until another method is available sorry 🙈)