Theme Folder

The **Theme Folder** is unfortunately not inside the Assets Folder. Instead the **Theme Folder** needs to be created inside the Status Folder:

example.com/ pages/ ... json files for the sites content status/ favicon.png sitemap.json sitemap.xml theme/ style.css

You will need access to the servers file system to create one: - https://css.fedwiki.club/theme/style.css - https://css.fedwiki.club/status/theme/style.css

Here is an example of a custom style.css file to upload to the theme folder:

#welcome-visitors { width: 100vw; /* 100% of the viewport width */ box-sizing: border-box; /* Prevent overflow due to padding/border */ }

# See also - Custom CSS